Skip to content

Commit

Permalink
⚙️ config(ci): Run server container with --init in image build work…
Browse files Browse the repository at this point in the history
…flow.
  • Loading branch information
make-github-pseudonymous-again committed Apr 18, 2024
1 parent 77e7767 commit 8a9cb9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci:build:image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
PORT: 3000
run: |
docker container run \
--init \
--detach \
--network patient-network \
--publish "${PORT}:${PORT}" \
Expand Down

0 comments on commit 8a9cb9b

Please sign in to comment.