travail avec lucky - suite

This commit is contained in:
batche
2022-12-14 11:01:11 +01:00
parent f1f94cb9bc
commit fd8435b632
5 changed files with 6 additions and 25 deletions

View File

@@ -10,6 +10,6 @@ RUN npx tsc
WORKDIR /usr/app/src/server
EXPOSE 8080
EXPOSE 8042
CMD [ "node", "server.js"]
CMD [ "node", "wsServer.js"]