Fix a whoopsie in the dockerfile
This commit is contained in:
parent
a891ff2097
commit
f9574b8502
1 changed files with 1 additions and 1 deletions
|
@ -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" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue