Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt committed Oct 25, 2023
1 parent 243c84f commit ee6274c
Showing 1 changed file 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 @@ -3,4 +3,4 @@ COPY build/libs/camelot-all.jar /camelot.jar
VOLUME ["/home/camelot"]
WORKDIR /home/camelot
RUN cd /home/camelot
ENTRYPOINT ["java", "-jar", "/camelot.jar", "--enable-preview"]
ENTRYPOINT ["java", "--enable-preview", "-jar", "/camelot.jar"]

0 comments on commit ee6274c

Please sign in to comment.