tutorial 1: add misc files
This commit is contained in:
parent
c04307c5bc
commit
3b55c0671d
3 changed files with 88 additions and 0 deletions
9
tutorial/1/misc/Dockerfile
Normal file
9
tutorial/1/misc/Dockerfile
Normal 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" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue