Updated the Dockerfile

This commit is contained in:
Tiago Ribeiro
2023-08-31 09:12:58 +01:00
parent b75a0be52c
commit 084d19600a

View File

@@ -54,4 +54,4 @@ EXPOSE 3000
ENV PORT 3000 ENV PORT 3000
ENV HOSTNAME localhost ENV HOSTNAME localhost
CMD ["node", "server.js"] CMD ["yarn", "start"]