aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTschaen, Brendan <ctschaen@att.com>2020-03-04 12:18:06 -0500
committerTschaen, Brendan <ctschaen@att.com>2020-03-04 12:18:06 -0500
commit84ca96a175ba40f0dced5845cdd28f925ec3fd97 (patch)
tree107d0a97e7d8517bba9cc9f6db0499ded9b79a14 /Dockerfile
parent84070619f78f98993111d60386a4f05ca2298739 (diff)
Remove unused Dockerfile
Issue-ID: MUSIC-574 Signed-off-by: Tschaen, Brendan <ctschaen@att.com> Change-Id: Ib375fc16bcc88b785bb3a9983b26156d42a65faf
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
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"]