[Dockerfiles] Rename some files and create hook points

This commit is contained in:
andryyy
2019-10-18 12:01:47 +02:00
parent b02f73e68e
commit b0711db489
17 changed files with 53 additions and 13 deletions

View File

@@ -7,6 +7,6 @@ RUN apk add --update --no-cache python3 openssl tzdata \
&& pip3 install --upgrade pip \
&& pip3 install --upgrade docker flask flask-restful
COPY server.py /app/
COPY dockerapi.py /app/
CMD ["python3", "-u", "/app/server.py"]
CMD ["python3", "-u", "/app/dockerapi.py"]