Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,7 +20,7 @@ ENV DATABASE_PATH=$HOME/flowise
|
|
20 |
ENV APIKEY_PATH=$HOME/flowise
|
21 |
ENV LOG_PATH=$HOME/flowise/logs
|
22 |
ENV LOG_LEVEL=debug
|
23 |
-
ENV DEBUG=true
|
24 |
|
25 |
# You can install a specific version like: [email protected]
|
26 |
RUN npm install -g flowise
|
|
|
20 |
ENV APIKEY_PATH=$HOME/flowise
|
21 |
ENV LOG_PATH=$HOME/flowise/logs
|
22 |
ENV LOG_LEVEL=debug
|
23 |
+
#ENV DEBUG=true
|
24 |
|
25 |
# You can install a specific version like: [email protected]
|
26 |
RUN npm install -g flowise
|