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
+2 -1
View File
@@ -1,8 +1,9 @@
FROM node:14.20.0-alpine
FROM node:18-alpine
USER root
RUN apk add --no-cache git
RUN apk add --no-cache python3 py3-pip
# You can install a specific version like: flowise@1.0.0
RUN npm install -g flowise