Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingtu committed Jun 22, 2024
1 parent e5dd526 commit a9cb843
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 @@ -102,5 +102,5 @@ WORKDIR $HOME

COPY --from=build ${HOME}/${DPS_SERVICE_NAME}/target/${DPS_SERVICE_NAME}-*.jar ${HOME}/service.jar

CMD ["java", "-Xmx1g", -jar", "service.jar"]
CMD ["java", "-Xmx1g", "-jar", "service.jar"]
#############################################################################################

0 comments on commit a9cb843

Please sign in to comment.