Skip to content

Commit

Permalink
fix: docker startup command
Browse files Browse the repository at this point in the history
  • Loading branch information
inian committed Jul 20, 2021
1 parent abecbda commit 5e66ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN npm ci
RUN npm run build

EXPOSE 5000
CMD ["npm", "run", "start:fly"]
CMD ["npm", "run", "start"]

0 comments on commit 5e66ae9

Please # to comment.