Update Dockerfile

Einar Stenberg committed Nov 2, 2021 at 14:57 UTC 7c3fcfd4a9c995d60dea3f8cbc52c9a3c507b4bf
1 file changed +3 -2
Dockerfile
+3 -2
@@ -16,8 +16,9 @@ WORKDIR /opt/meshcentral
16
17 RUN npm install meshcentral
18
19 -COPY config.json.template /opt/meshcentral/config.json.template
20 -COPY startup.sh startup.sh
19 +#Copy config template and startup script
20 +COPY docker/config.json.template /opt/meshcentral/config.json.template
21 +COPY docker/startup.sh startup.sh
22 #environment variables
23
24 EXPOSE 80 443