Skip to content

Commit

Permalink
Add wait to Docker cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Mar 18, 2024
1 parent 7a29be1 commit 435bb61
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 @@ -23,4 +23,4 @@ EXPOSE 10000
EXPOSE 10001
EXPOSE 10002

CMD ["sh", "-c", "/admin & /ballot & /registration"]
CMD ["sh", "-c", "/admin & /ballot & /registration & wait"]

0 comments on commit 435bb61

Please sign in to comment.