Skip to content

Commit

Permalink
fix: 도커 파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Libienz committed Jul 15, 2024
1 parent 2ef2b71 commit 9bfe52e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/be-dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew clean build

- name: Build the Docker image
run: docker build -f ./backend/Dockerfile --no-cache -t touroot/touroot-api .
run: docker build -f Dockerfile --no-cache -t touroot/touroot-api .

0 comments on commit 9bfe52e

Please sign in to comment.