Update and rename Dockerfile to docker/Dockerfile
Einar Stenberg committed
Nov 2, 2021 at 15:31 UTC
7eb4b809454b5954b7f745d017a3a80e3e50cdff
1 file changed
+2
-2
docker/Dockerfile
renamed
+2
-2
@@ -17,8 +17,8 @@ WORKDIR /opt/meshcentral
17
RUN npm install meshcentral
18
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
20
+COPY config.json.template /opt/meshcentral/config.json.template
21
+COPY startup.sh startup.sh
22
#environment variables
23
24
EXPOSE 80 443