diff --git a/Dockerfile b/Dockerfile index 139aeb2..ec398fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["java", "--enable-preview", "-jar", "/camelot.jar"] \ No newline at end of file