ancerlop commited on
Commit
9bfec22
1 Parent(s): dd5bdf2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  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
 
1
  FROM node:18-alpine
2
  USER root
3
 
4
+
5
  # Arguments that can be passed at build time
6
  ARG FLOWISE_PATH=/usr/local/lib/node_modules/flowise
7
  ARG BASE_PATH=/root/.flowise