Dockerfile: Update python version and deprecated maintainer

This commit is contained in:
Markus Hofbauer
2021-05-02 12:36:58 +02:00
parent 66c4f0dbb3
commit bc8f88a047

View File

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