Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Haewonny authored Feb 11, 2024
1 parent 11842b3 commit 4ea7851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ARG JAR_FILE=build/libs/hearo-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} /app.jar
COPY src/main/resources/keystore.p12 keystore.p12

ENV GOOGLE_APPLICATION_CREDENTIALS=src/main/resources/credentials.json /app/credentials.json
ENV GOOGLE_APPLICATION_CREDENTIALS=src/main/resources/credentials.json

ENTRYPOINT ["java","-jar","/app.jar"]

0 comments on commit 4ea7851

Please sign in to comment.