add authrorization to npx and docker installation

This commit is contained in:
Henry
2023-05-27 14:32:41 +01:00
parent eee6b4d74b
commit 626e1b29f8
5 changed files with 55 additions and 2 deletions
+5
View File
@@ -1,7 +1,12 @@
# Build local monorepo image
# docker build --no-cache -t flowise .
# Run image
# docker run -d -p 3000:3000 flowise
# Run image with authorization
# docker run -d -e USERNAME=user -e PASSWORD=1234 -p 3000:3000 flowise
FROM node:18-alpine
RUN apk add --update libc6-compat