Trying to fix Dockerfile

This commit is contained in:
ajnart
2023-01-08 14:38:46 +09:00
parent 99df5d7760
commit c906e89474

View File

@@ -20,4 +20,4 @@ EXPOSE 7575
ENV PORT 7575
CMD ["node", "server.js"]
CMD "SET PORT=8080 && node server.js"