Skip to content

Commit

Permalink
Merge pull request #464 from SWM-NM/feat/#459
Browse files Browse the repository at this point in the history
[FIX] java code 파일명 수정
  • Loading branch information
aj4941 authored Oct 17, 2023
2 parents 8d6f36a + a410831 commit 07567b6
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 07567b6

Please sign in to comment.