mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-23 19:17:39 -05:00
try copy from builder
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
@@ -50,8 +50,7 @@ RUN apk update && \
|
||||
apk add --no-cache --update \
|
||||
bash gcc g++ jq make nodejs npm python3 tzdata
|
||||
|
||||
RUN mkdir -p /opt/meshcentral
|
||||
COPY ./package.json /opt/meshcentral/package.json
|
||||
COPY --from=builder /opt/meshcentral/meshcentral /opt/meshcentral/meshcentral
|
||||
WORKDIR /opt/meshcentral
|
||||
|
||||
RUN cat /opt/meshcentral/package.json
|
||||
|
||||
Reference in New Issue
Block a user