Curtis Ide commited on
Commit
d2405f3
·
verified ·
1 Parent(s): 30536c9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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