Skip to content

Commit

Permalink
Merge pull request #3 from nathanhourt/bitshares
Browse files Browse the repository at this point in the history
Dockerfile fix: export 8090, not 8091
  • Loading branch information
Valentine Zavgorodnev committed Nov 11, 2015
2 parents 2f83c4e + d3fd1ba commit 51eca80
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 @@ -17,6 +17,6 @@ ADD docker/launch /launch
RUN chmod a+x /launch
VOLUME /data_dir

EXPOSE 8091 9090
EXPOSE 8090 9090

ENTRYPOINT ["/launch"]

0 comments on commit 51eca80

Please sign in to comment.