final test

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
Simon Smith
2025-10-26 23:46:44 +00:00
parent b6cba51c6a
commit 8df0cfe10d
2 changed files with 9 additions and 11 deletions

View File

@@ -63,8 +63,6 @@ FROM alpine:3.22 AS runtime
# # Copy prepared app from builder stage
COPY --from=dep-compiler /opt/meshcentral/meshcentral /opt/meshcentral/meshcentral
RUN cat /opt/meshcentral/meshcentral/package.json
# environment variables
ENV NODE_ENV="production" \
CONFIG_FILE="/opt/meshcentral/meshcentral-data/config.json" \