Spaces:
Runtime error
Runtime error
Commit
·
18254f5
1
Parent(s):
d27115d
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,11 +4,12 @@ USER root
|
|
4 |
# Arguments that can be passed at build time
|
5 |
ARG FLOWISE_PATH=/usr/local/lib/node_modules/flowise
|
6 |
ARG PORT=7860
|
7 |
-
ARG PASSPHRASE=
|
8 |
ARG DATABASE_PATH=/root/.flowise
|
9 |
ARG APIKEY_PATH=/root/.flowise
|
10 |
ARG SECRETKEY_PATH=/root/.flowise
|
11 |
ARG LOG_PATH=/root/.flowise/logs
|
|
|
12 |
|
13 |
# Install dependencies
|
14 |
RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-dev chromium
|
|
|
4 |
# Arguments that can be passed at build time
|
5 |
ARG FLOWISE_PATH=/usr/local/lib/node_modules/flowise
|
6 |
ARG PORT=7860
|
7 |
+
ARG PASSPHRASE="ANYTHING"
|
8 |
ARG DATABASE_PATH=/root/.flowise
|
9 |
ARG APIKEY_PATH=/root/.flowise
|
10 |
ARG SECRETKEY_PATH=/root/.flowise
|
11 |
ARG LOG_PATH=/root/.flowise/logs
|
12 |
+
ARG DEBUG=true
|
13 |
|
14 |
# Install dependencies
|
15 |
RUN apk add --no-cache git python3 py3-pip make g++ build-base cairo-dev pango-dev chromium
|