NitinBot002 commited on
Commit
4a96830
·
verified ·
1 Parent(s): c4daae6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -209,7 +209,7 @@ ENV WAHA_ZIPPER=ZIPUNZIP
209
 
210
  # Run command, etc
211
  EXPOSE 3000
212
- RUN chmod +x entrypoint.sh
213
  # Use tini as init system to handle zombie processes properly
214
  ENTRYPOINT ["/usr/bin/tini", "--"]
 
215
  CMD ["/entrypoint.sh"]
 
209
 
210
  # Run command, etc
211
  EXPOSE 3000
 
212
  # Use tini as init system to handle zombie processes properly
213
  ENTRYPOINT ["/usr/bin/tini", "--"]
214
+ RUN chmod +x entrypoint.sh
215
  CMD ["/entrypoint.sh"]