diff options
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 0c06fba5..00000000 --- a/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM busybox:latest -RUN mkdir -p app -COPY maven/ app/ -CMD ["tail", "-f", "/dev/null"] |