mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 07:01:07 +03:00
add authrorization to npx and docker installation
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user