Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -62,4 +62,4 @@ CMD sh -c 'set -x; \
|
|
62 |
echo "[DEBUG] Process list:"; \
|
63 |
ps aux; \
|
64 |
echo "[DEBUG] Flowise will start now."; \
|
65 |
-
npx flowise start'
|
|
|
62 |
echo "[DEBUG] Process list:"; \
|
63 |
ps aux; \
|
64 |
echo "[DEBUG] Flowise will start now."; \
|
65 |
+
npx flowise start'
|