Merge pull request #70 from hofbi/docker_update

Dockerfile: Update python version and deprecated maintainer
This commit is contained in:
John Washam
2021-05-02 10:47:48 -07:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
FROM python:3.5 FROM python:3.9
MAINTAINER Tinpee <tinpee.dev@gmail.com> LABEL maintainer="Tinpee <tinpee.dev@gmail.com>"
ADD . /src ADD . /src
WORKDIR /src WORKDIR /src
@@ -14,5 +14,3 @@ VOLUME /src/db
EXPOSE 8000 EXPOSE 8000
CMD ["/entrypoint.sh"] CMD ["/entrypoint.sh"]