Add testing stuff
This commit is contained in:
parent
c99da38a57
commit
93aa94e5e7
2 changed files with 12 additions and 0 deletions
4
testing/Dockerfile
Normal file
4
testing/Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM python:latest
|
||||
WORKDIR /data
|
||||
COPY ./run.sh /data/
|
||||
CMD /data/run.sh
|
Loading…
Add table
Add a link
Reference in a new issue