Skip to content

Commit

Permalink
Dockerfile: CMD use the recommended 'exec' form instead of 'shell' fo…
Browse files Browse the repository at this point in the history
…rm. (sonatype#22)
  • Loading branch information
jperville authored and DarthHater committed Oct 3, 2016
1 parent b4835ee commit 4beac47
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 @@ -53,4 +53,4 @@ ENV JAVA_MAX_MEM 1200m
ENV JAVA_MIN_MEM 1200m
ENV EXTRA_JAVA_OPTS ""

CMD bin/nexus run
CMD ["bin/nexus", "run"]

0 comments on commit 4beac47

Please sign in to comment.