Skip to content

Commit

Permalink
Merge pull request #446 from bcgov/feature/0.5.1
Browse files Browse the repository at this point in the history
missing quote
  • Loading branch information
jianmingtu authored Jun 22, 2024
2 parents e5dd526 + a9cb843 commit a4aa22f
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 a4aa22f

Please sign in to comment.