Skip to content

Commit

Permalink
Fix Procfile, Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Feb 2, 2021
1 parent b3ccaf3 commit 1c5a7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN npm install && \

EXPOSE 1337

CMD ["node", "server.js"]
CMD ["node", "lib/server/server.js"]
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: node server.js
web: node lib/server/server.js

0 comments on commit 1c5a7e6

Please sign in to comment.