tutorial 1: add misc files

This commit is contained in:
nemunaire 2016-09-14 07:45:51 +02:00 committed by Pierre-Olivier Mercier
commit 3b55c0671d
3 changed files with 88 additions and 0 deletions

View file

@ -0,0 +1,9 @@
FROM alpine
RUN apk add --no-cache python
COPY tumsoul_0.3.3.py /tumsoul_0.3.3.py
COPY docker-entrypoint.sh /docker-entrypoint.sh
ENTRYPOINT [ "/docker-entrypoint.sh" ]
CMD [ "/tumsoul_0.3.3.py" ]