Skip to content

Commit

Permalink
✏️ [FIX] code 파일 위치 수정에 따른 Dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
aj4941 committed Oct 17, 2023
1 parent 15be5f0 commit 21e7b6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ FROM openjdk:17-oracle
ARG JAR_FILE=build/libs/*.jar
COPY ${JAR_FILE} app.jar

COPY temp.cpp /codes/temp.cpp
COPY temp.py /codes/temp.py
COPY Main.java /codes/Main.java
COPY src/resources/codes/temp.cpp /codes/temp.cpp
COPY src/resources/codes/temp.py /codes/temp.py
COPY src/resources/codes/temp.java /codes/temp.java

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

11 changes: 0 additions & 11 deletions Main.java

This file was deleted.

0 comments on commit 21e7b6f

Please sign in to comment.