Skip to content

Commit

Permalink
ci: update dockerfile entypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zeruk committed Apr 18, 2023
1 parent 92d5775 commit 315fe96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slo-workload/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN npm install
COPY . .
RUN NODE_ENV=production npm run build

ENTRYPOINT ["npm", "run", "start"]
ENTRYPOINT ["npm", "run", "start", "--"]

0 comments on commit 315fe96

Please sign in to comment.