update Dockerfile

This commit is contained in:
Henry
2023-04-10 22:54:42 +01:00
parent 9a7a7bb269
commit 88b60ab17a
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# docker build --no-cache -t flowise .
# Run image
# docker run -d -p 3000:3000 flowise
FROM node:16
FROM node:18-alpine
WORKDIR /usr/src/packages