Skip to content

Commit

Permalink
add npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
dekiakbar committed Feb 7, 2024
1 parent d4d7eb8 commit 51440f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
services:
node:
command: bash -c "npm run build && npm run start:prod"
command: bash -c "npm install && npm run build && npm run start:prod"

0 comments on commit 51440f9

Please sign in to comment.