Skip to content

Commit

Permalink
✏️ [FIX] java code 파일명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
aj4941 committed Oct 17, 2023
1 parent 21e7b6f commit a410831
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -5,6 +5,6 @@ COPY ${JAR_FILE} app.jar

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
COPY src/resources/codes/Main.java /codes/Main.java

ENTRYPOINT ["java","-jar","/app.jar"]
File renamed without changes.

0 comments on commit a410831

Please sign in to comment.