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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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