From 7c3fcfd4a9c995d60dea3f8cbc52c9a3c507b4bf Mon Sep 17 00:00:00 2001 From: Einar Stenberg Date: Tue, 2 Nov 2021 14:57:50 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12f5cbec..84be781a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,9 @@ WORKDIR /opt/meshcentral RUN npm install meshcentral -COPY config.json.template /opt/meshcentral/config.json.template -COPY startup.sh startup.sh +#Copy config template and startup script +COPY docker/config.json.template /opt/meshcentral/config.json.template +COPY docker/startup.sh startup.sh #environment variables EXPOSE 80 443