ranonrat commited on
Commit
fd6bf39
1 Parent(s): 5d393bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
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
+ ARG DEBUG=true
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