# HG changeset patch # User drewp@bigasterisk.com # Date 1555828231 25200 # Node ID 4c68b604c7ec989d620011b63dd765540715b6df # Parent d96621e2fc0867943e458abc83c045bf89aa596f change port, put to /values, build updates Ignore-this: 8ebe7c9293d7ae47f6de73677053cafb diff -r d96621e2fc08 -r 4c68b604c7ec service/store/Dockerfile --- a/service/store/Dockerfile Sat Apr 20 23:29:44 2019 -0700 +++ b/service/store/Dockerfile Sat Apr 20 23:30:31 2019 -0700 @@ -7,6 +7,6 @@ COPY *.py *.html ./ -EXPOSE 11014 +EXPOSE 10015 CMD [ "python", "./store.py" ] diff -r d96621e2fc08 -r 4c68b604c7ec service/store/index.html --- a/service/store/index.html Sat Apr 20 23:29:44 2019 -0700 +++ b/service/store/index.html Sat Apr 20 23:30:31 2019 -0700 @@ -3,10 +3,41 @@