Improve gameplay

This commit is contained in:
schmelczerandras 2020-10-20 08:56:38 +02:00
parent e02a5b264c
commit 7c76b16d13
53 changed files with 1084 additions and 404 deletions

View file

@ -13,4 +13,6 @@ RUN npm install --production
COPY --from=build backend/dist/main.js main.js
EXPOSE 3000
CMD [ "node", "main.js" ]
CMD ["--port=3000", "--name=Docker server", "--seed=500"]
ENTRYPOINT [ "node", "main.js" ]