fix dockerfile
All checks were successful
docker (ubuntu-latest, 2.38.4)

This commit is contained in:
Lee 2023-04-09 08:42:34 +01:00
parent 21fed8b935
commit c900fe560f

@ -7,4 +7,4 @@ COPY . .
EXPOSE 3000
RUN chown -R node /usr/src/app
USER node
CMD ["node", "index.js"]
CMD ["node", "src/index.js"]