Skip to content

Commit e49215b

Browse files
committed
fix: 컨테이너 실행 확인 후 종료
1 parent 617eafa commit e49215b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build and Push Docker Image
2424
run: |
2525
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest .
26-
ls -l /app/
26+
docker run --rm ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest ls -la /app
2727
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/gdgoc-fe-app:latest
2828
2929

0 commit comments

Comments
 (0)