Skip to content

Commit

Permalink
Update Dockerfile (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybrink authored Jun 12, 2024
1 parent 3efbdd6 commit ae0bb4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ ENV NODE_ENV production

RUN npm run build

RUN npm run db:migrate

EXPOSE 3000

CMD [ "npm", "run", "start:prod" ]
CMD [ "npm", "run", "start:prod" ]

0 comments on commit ae0bb4c

Please sign in to comment.