Skip to content

Commit

Permalink
Chore : .gitignore 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MinsFuture committed Jun 11, 2024
1 parent 0a5aed9 commit 821a009
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,5 @@ out/
# Ignore .DS_Store files
.DS_Store

# Ignore DockerFile
Dockerfile

# Ignore key file
src/main/resources/mindful-rhythm-423909-b8-cc2178f31cf2.json
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM --platform=linux/amd64 openjdk:17-jdk
ARG JAR_FILE=build/libs/petwalk-0.0.1-SNAPSHOT.jar
COPY ${JAR_FILE} app.jar
EXPOSE 8080

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

0 comments on commit 821a009

Please sign in to comment.