Skip to content

Commit 231374f

Browse files
authored
chore: main.yml 도커 경로 수정
1 parent 779ffa2 commit 231374f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
uses: docker/build-push-action@v2
4343
with:
4444
builder: ${{ steps.buildx.outputs.name }}
45+
context: ./server # Docker 빌드 컨텍스트를 'server' 디렉토리로 설정
46+
file: ./server/Dockerfile # 'server' 디렉토리 내의 Dockerfile 사용
4547
push: true
4648
tags: ${{ env.DOCKER_IMAGE }}:latest
4749
# 배포 Job

0 commit comments

Comments
 (0)