attempt 4
All checks were successful
Publish Docker Image / docker (push) Successful in 1m24s

This commit is contained in:
Lee 2023-07-12 11:35:24 +01:00
parent c5dfa63e1a
commit 58e51ed821

@ -22,8 +22,8 @@ RUN npm prune --production
EXPOSE 3000 EXPOSE 3000
# Set permissions and user # Set permissions and user
RUN chown -R node /usr/src/app #RUN chown -R node /usr/src/app
USER node #USER node
# Start the app # Start the app
CMD ["npm", "start"] CMD ["npm", "start"]