Skip to content

Commit

Permalink
Merge pull request #50 from supabase/fix-docker-cmd
Browse files Browse the repository at this point in the history
fix: docker startup command
  • Loading branch information
inian authored Jul 20, 2021
2 parents abecbda + 5e66ae9 commit 6ddbafa
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 6ddbafa

Please # to comment.