mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 19:11:51 +00:00
Update and rename Dockerfile to docker/Dockerfile
This commit is contained in:
parent
7c3fcfd4a9
commit
7eb4b80945
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ WORKDIR /opt/meshcentral
|
||||||
RUN npm install meshcentral
|
RUN npm install meshcentral
|
||||||
|
|
||||||
#Copy config template and startup script
|
#Copy config template and startup script
|
||||||
COPY docker/config.json.template /opt/meshcentral/config.json.template
|
COPY config.json.template /opt/meshcentral/config.json.template
|
||||||
COPY docker/startup.sh startup.sh
|
COPY startup.sh startup.sh
|
||||||
#environment variables
|
#environment variables
|
||||||
|
|
||||||
EXPOSE 80 443
|
EXPOSE 80 443
|
Loading…
Reference in a new issue