NitinBot002 commited on
Commit
544df92
·
verified ·
1 Parent(s): 0e0de6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -211,8 +211,8 @@ ENV WAHA_ZIPPER=ZIPUNZIP
211
 
212
  # Run command, etc
213
  EXPOSE 3000
214
- # Switch to node user for security
215
- USER node
216
  # Use tini as init system to handle zombie processes properly
217
  ENTRYPOINT ["/usr/bin/tini", "--"]
218
  CMD ["/entrypoint.sh"]
 
211
 
212
  # Run command, etc
213
  EXPOSE 3000
214
+ # Keep running as root to avoid permission issues
215
+ # USER node
216
  # Use tini as init system to handle zombie processes properly
217
  ENTRYPOINT ["/usr/bin/tini", "--"]
218
  CMD ["/entrypoint.sh"]