Skip to content

Commit

Permalink
Try to fix entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Sachivka <juicy.igor@gmail.com>
  • Loading branch information
isachivka committed May 15, 2023
1 parent 7e6d897 commit 944413a
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 @@ -9,5 +9,5 @@ RUN npm run build

EXPOSE 3000

ENTRYPOINT npm run migrate && node dist/index.js
ENTRYPOINT ["npm", "run", "migrate", "&&", "node", "dist/index.js"]

0 comments on commit 944413a

Please sign in to comment.