From 9afc898b631cf3f36385f172ce0bdbb8c982e7c5 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 4 Oct 2020 18:16:33 -0400 Subject: [PATCH] Add entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 100b218..f0fd847 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ LABEL maintainer="Joseph Manley " USER root ADD entrypoint.sh /entrypoint.sh -RUN chmod +x entrypoint.sh +RUN chmod +x /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file