From e12ca1dc2a2f90ec823e75a258cb342fcb54dba2 Mon Sep 17 00:00:00 2001 From: networkstation Date: Thu, 5 Jun 2025 05:34:45 +0000 Subject: [PATCH] oopsie, forgot to execute --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 456c185..5f1c5ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,5 @@ FROM git.merith.xyz/gns3/base-vnc:latest ## STOP setting up your image here # DO NOT REMOVE AND DO NOT ADD AN "ENTRYPOINT" COMMAND -COPY ./entrypoint.sh /entrypoint.sh \ No newline at end of file +COPY ./entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh \ No newline at end of file