Skip to content

Commit

Permalink
Chore : 로그 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosiee committed Jun 1, 2024
1 parent 8b670c5 commit 19eef5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
ls -a .
touch ./firebase-service-key.json
echo "${{ secrets.FIREBASE_KEY }}" > ./firebase-service-key.json
ls -a .
shell: bash

- name: Build with Gradle
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM openjdk:11
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar

# firebase-service-key.json 파일을 컨테이너로 복사
COPY src/main/resources/firebase-service-key.json /app/resources/firebase-service-key.json
## firebase-service-key.json 파일을 컨테이너로 복사
#COPY src/main/resources/firebase-service-key.json /app/resources/firebase-service-key.json

# 애플리케이션 실행
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit 19eef5a

Please sign in to comment.