Peacemanguy commited on
Commit
888a5a3
·
1 Parent(s): cc771fe

trying again

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -23,9 +23,6 @@ RUN mkdir -p /app/data && \
23
  # Expose ports
24
  EXPOSE 3000 6969
25
 
26
- # Set user to node (non-root user that comes with the node image)
27
- USER node
28
-
29
  # Set entrypoint
30
  ENTRYPOINT ["docker-entrypoint.sh"]
31
 
 
23
  # Expose ports
24
  EXPOSE 3000 6969
25
 
 
 
 
26
  # Set entrypoint
27
  ENTRYPOINT ["docker-entrypoint.sh"]
28