derek-thomas commited on
Commit
5fc4fa4
·
verified ·
1 Parent(s): abe7894

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ WORKDIR /data
18
  EXPOSE 5678
19
 
20
  # Command to run n8n
21
- CMD ["n8n"]
 
18
  EXPOSE 5678
19
 
20
  # Command to run n8n
21
+ ENTRYPOINT ["tini", "--", "/docker-entrypoint.sh"]