diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -1,9 +1,9 @@  FROM ubuntu:latest  MAINTAINER Eden Attenborough "eda@e.email"  RUN apt-get update -y -RUN apt-get install -y python3-pip python-dev build-essential clang libffi libffi-dev +RUN apt-get install -y python3-pip python3-dev build-essential clang libffi-dev  COPY . /app  WORKDIR /app  RUN pip3 install -r requirements.txt  ENTRYPOINT ["python3"] -CMD ["app.py", "--production"]
\ No newline at end of file +CMD ["app.py", "--production"] | 
