diff --git a/Dockerfile b/Dockerfile index 92d4656..8ec5f71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM python:3.5 -MAINTAINER Tinpee +FROM python:3.9 +LABEL maintainer="Tinpee " ADD . /src WORKDIR /src @@ -14,5 +14,3 @@ VOLUME /src/db EXPOSE 8000 CMD ["/entrypoint.sh"] - -