fix
continuous-integration/drone/push Build is failing Details

main
rustdreamer 3 years ago
parent cdf60edfb9
commit bb9f5c6158

@ -27,4 +27,5 @@ COPY production.env development.env
# Run the container under "node" user by default # Run the container under "node" user by default
USER node USER node
CMD [ "node", "src/main.js" ] CMD [ "node", "main.js" ]
# CMD [ "node", "src/main.js" ]
Loading…
Cancel
Save