binary1ne commited on
Commit
461cdb2
·
verified ·
1 Parent(s): e031b97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -6,7 +6,9 @@ ENV N8N_PORT=7860 \
6
  N8N_PROXY_HOPS=1 \
7
  N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \
8
  N8N_RUNNERS_ENABLED=true
 
9
  RUN echo "Hostname : $hostname"
 
10
  EXPOSE 7860
11
 
12
- #CMD ["n8n"]
 
6
  N8N_PROXY_HOPS=1 \
7
  N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true \
8
  N8N_RUNNERS_ENABLED=true
9
+
10
  RUN echo "Hostname : $hostname"
11
+
12
  EXPOSE 7860
13
 
14
+ CMD ["n8n license:info"]