Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -13,6 +13,8 @@ ARG DATABASE_PATH=$BASE_PATH
|
|
| 13 |
ARG SECRETKEY_PATH=$BASE_PATH
|
| 14 |
ARG LOG_PATH=$BASE_PATH/logs
|
| 15 |
ARG BLOB_STORAGE_PATH=$BASE_PATH/storage
|
|
|
|
|
|
|
| 16 |
# Install latest Flowise globally (specific version can be set: flowise@1.0.0)
|
| 17 |
RUN npm install -g flowise
|
| 18 |
|
|
|
|
| 13 |
ARG SECRETKEY_PATH=$BASE_PATH
|
| 14 |
ARG LOG_PATH=$BASE_PATH/logs
|
| 15 |
ARG BLOB_STORAGE_PATH=$BASE_PATH/storage
|
| 16 |
+
ENV FLOWISE_USERNAME=user
|
| 17 |
+
ENV FLOWISE_PASSWORD=1234
|
| 18 |
# Install latest Flowise globally (specific version can be set: flowise@1.0.0)
|
| 19 |
RUN npm install -g flowise
|
| 20 |
|