Fix a whoopsie in the dockerfile

This commit is contained in:
pedrocx486 2025-01-27 23:10:20 -03:00
parent a891ff2097
commit f9574b8502

View file

@ -10,4 +10,4 @@ RUN cd client && npm i && npm run build:subfolder && cd ..
RUN cd server && npm i && npm run build RUN cd server && npm i && npm run build
CMD [ "node", "dist/server.js" ] CMD [ "node", "server/dist/server.js" ]