mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-14 20:11:52 +00:00
Update Dockerfile
This commit is contained in:
parent
a11631502d
commit
7c3fcfd4a9
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue