Updating docker container with the new usage flag

This commit is contained in:
gar
2016-08-09 20:47:09 -07:00
committed by Philippe Vaucher
parent 9bcc989149
commit bce9f99b0b
3 changed files with 24 additions and 18 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:14.04.1
FROM ubuntu:14.04.4
RUN apt-get update -y
RUN apt-get install -y python-setuptools python-dev build-essential libffi-dev libssl-dev
@@ -15,4 +15,4 @@ RUN chmod 777 /opt/run.sh
EXPOSE 57575
CMD ["/opt/run.sh"]
ENTRYPOINT ["/opt/run.sh"]