Skip to content

Commit

Permalink
chore: docker network 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yechan-kim committed Nov 16, 2024
1 parent b14c79d commit 2c7064c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
fi
sudo docker rm $(sudo docker ps --filter 'status=exited' -a -q)
sudo docker run -d --name dpbr -p 8080:8080 -e JAVA_OPTS=-Djasypt.encryptor.password=${{secrets.JASYPT_ENCRYPTOR_PASSWORD}} ${{secrets.DOCKER_USERNAME}}/dpbr:latest
sudo docker run -d --name dpbr -p 8080:8080 --net ${{secrets.DOCKER_NETWORK}} -e JAVA_OPTS=-Djasypt.encryptor.password=${{secrets.JASYPT_ENCRYPTOR_PASSWORD}} ${{secrets.DOCKER_USERNAME}}/dpbr:latest
sudo docker image prune -a -f

0 comments on commit 2c7064c

Please sign in to comment.