Merge pull request #70 from hofbi/docker_update
Dockerfile: Update python version and deprecated maintainer
This commit is contained in:
@@ -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"]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user