Fix Procfile, Dockerfile

This commit is contained in:
Sulka Haro
2021-02-02 20:13:57 +02:00
parent b3ccaf3505
commit 1c5a7e64df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ RUN npm install && \
EXPOSE 1337 EXPOSE 1337
CMD ["node", "server.js"] CMD ["node", "lib/server/server.js"]
+1 -1
View File
@@ -1 +1 @@
web: node server.js web: node lib/server/server.js