Skip to content

Commit

Permalink
[FEAT] Dockerfile 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
airoca committed Jan 4, 2025
1 parent 4a10f49 commit 8800edd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM eclipse-temurin:17-jdk-alpine
WORKDIR /app
COPY build/libs/*.jar spoony-dev.jar
EXPOSE 8080
CMD ["java", "-jar", "spoony-dev.jar"]

0 comments on commit 8800edd

Please sign in to comment.