Update image tag name.

This commit is contained in:
Red5d
2018-02-12 14:34:25 -05:00
committed by GitHub
parent 858b187e75
commit 40ec3f9b42

View File

@@ -1,4 +1,4 @@
FROM python:3
FROM python:3-alpine
WORKDIR /usr/src/app
@@ -6,4 +6,4 @@ COPY . .
RUN python ./setup.py install
ENTRYPOINT [ "python", "./autocompose.py" ]
ENTRYPOINT [ "python", "./autocompose.py" ]