Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miniwa00 authored Feb 9, 2024
1 parent ab23d3a commit 50f46c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
if [ $(docker ps -aq -f name=biscon) ]; then
docker rm -f biscon
fi
docker rmi -f $(docker image ls -a -q)
# docker rmi -f $(docker image ls -a -q)
docker pull ${{ secrets.DOCKER_USERNAME }}/bis:dev
docker run -d --name biscon -e TZ=Asia/Seoul -p 8000:8000 ${{ secrets.DOCKER_USERNAME }}/bis:dev

0 comments on commit 50f46c8

Please sign in to comment.