Skip to content

Commit

Permalink
run in background
Browse files Browse the repository at this point in the history
  • Loading branch information
felipe-loka committed Nov 9, 2023
1 parent f065b99 commit 421c63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
docker build -t poll-api .
pnpm infra:up
docker container run -it -p 3000:3000 \
docker container run -d -p 3000:3000 \
--rm --name poll \
-e DB_USERNAME='user' -e DB_PASSWORD='password123' \
-e DB_NAME='api' -e DB_HOST='mysql' \
Expand Down

0 comments on commit 421c63c

Please sign in to comment.