Skip to content

Commit

Permalink
fixed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwai committed May 13, 2022
1 parent 23c45a5 commit 785b17f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ ENV SAVE_PATH "/save_location"
RUN apt-get update && apt-get -y install git
WORKDIR /usr/src
COPY src/ ./
RUN javac main/Main.java
CMD ["java", "main.Main"]
RUN javac Main.java
CMD ["java", "Main"]

0 comments on commit 785b17f

Please sign in to comment.