Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
-Djava.net.preferIPv4Stack is required
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Nov 17, 2017
1 parent 2191348 commit 0dd4cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Vasek Pavlin <[email protected]>
EXPOSE 8080
EXPOSE 8443

CMD ["sh", "-c", "java $JAVA_OPTS -jar launchpad-backend-swarm.jar"]
CMD ["sh", "-c", "java -Djava.net.preferIPv4Stack=true $JAVA_OPTS -jar launchpad-backend-swarm.jar"]

USER root
RUN chgrp -R 0 /opt/jboss &&\
Expand Down

0 comments on commit 0dd4cb7

Please sign in to comment.