inital commit

This commit is contained in:
2017-04-07 23:19:03 +01:00
commit cae49d6443
7 changed files with 230 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM busybox:latest
ADD app /app
CMD ["/app"]