This commit is contained in:
2019-11-12 17:08:07 -08:00
commit 13c28cad52
4 changed files with 16 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM ubuntu:bionic
ADD ./run.sh /tmp/run.sh
RUN bash /tmp/run.sh && rm /tmp/run.sh