fix docker running locally

This commit is contained in:
Henry
2023-05-25 19:32:10 +01:00
parent cd0cab3a83
commit 5f67ab31c3
2 changed files with 18 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
# Run image
# docker run -d -p 3000:3000 flowise
FROM node:18-alpine
RUN apk add --update libc6-compat
WORKDIR /usr/src/packages