Curtis Ide commited on
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -2,6 +2,7 @@ FROM node:18-alpine
|
|
| 2 |
USER root
|
| 3 |
|
| 4 |
# Arguments that can be passed at build time
|
|
|
|
| 5 |
ARG FLOWISE_PATH=/usr/local/lib/node_modules/flowise
|
| 6 |
ARG BASE_PATH=/root/.flowise
|
| 7 |
ARG DATABASE_PATH=$BASE_PATH
|
|
|
|
| 2 |
USER root
|
| 3 |
|
| 4 |
# Arguments that can be passed at build time
|
| 5 |
+
ARG IMAGE_NAME=maxio-aibot
|
| 6 |
ARG FLOWISE_PATH=/usr/local/lib/node_modules/flowise
|
| 7 |
ARG BASE_PATH=/root/.flowise
|
| 8 |
ARG DATABASE_PATH=$BASE_PATH
|