Skip to content

Commit

Permalink
docker build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Jan 8, 2017
1 parent 64e2203 commit 62a19f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ ADD build/dist/mongoose*.tgz /opt/

RUN ln -s /opt/mongoose* /opt/mongoose

EXPOSE 1099,9020-9040

ENTRYPOINT ["java", "-jar", "/opt/mongoose/mongoose.jar"]
CMD ["java", "-jar", "/opt/mongoose/mongoose.jar"]

0 comments on commit 62a19f1

Please sign in to comment.