Skip to content

Commit

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

Please sign in to comment.