Update Dockerfile

This commit is contained in:
Einar Stenberg 2021-11-02 14:57:50 +01:00 committed by GitHub
parent a11631502d
commit 7c3fcfd4a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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