Update and rename Dockerfile to docker/Dockerfile

This commit is contained in:
Einar Stenberg
2021-11-02 15:31:56 +01:00
committed by GitHub
parent 7c3fcfd4a9
commit 7eb4b80945

View File

@@ -17,8 +17,8 @@ WORKDIR /opt/meshcentral
RUN npm install meshcentral
#Copy config template and startup script
COPY docker/config.json.template /opt/meshcentral/config.json.template
COPY docker/startup.sh startup.sh
COPY config.json.template /opt/meshcentral/config.json.template
COPY startup.sh startup.sh
#environment variables
EXPOSE 80 443