File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ######################################################################################################################
22# Nexe packaging of binary
33# ######################################################################################################################
4- FROM lansible/nexe:4.0.0-beta.18 as builder
4+ FROM lansible/nexe:4.0.0-beta.19 as builder
55
6- ENV VERSION=v5.4.5
6+ ENV VERSION=v5.7.2
77
88# Add unprivileged user
99RUN echo "zwavejs2mqtt:x:1000:1000:zwavejs2mqtt:/:" > /etc_passwd
@@ -41,7 +41,7 @@ RUN nexe --build \
4141 --resource hass/ \
4242 --resource lib/ \
4343 --resource ../views/ \
44- --resource ../dist/static \
44+ --resource ../dist/ \
4545 --output zwavejs2mqtt \
4646 --input bin/www.js && \
4747 mkdir /config /data
@@ -59,7 +59,7 @@ LABEL org.label-schema.description="Zwavejs2mqtt as single binary in a scratch c
5959# https://github.com/zwave-js/zwavejs2mqtt/blob/master/docs/guide/env-vars.md
6060# SETTINGS_FILE is from the stateless.patch
6161ENV STORE_DIR=/data/ \
62- ZWAVEJS_EXTERNAL_CONFIG=/data/ \
62+ ZWAVEJS_EXTERNAL_CONFIG=/data/zwavejs \
6363 SETTINGS_FILE=/config/settings.json
6464
6565# Copy the unprivileged user
You can’t perform that action at this time.
0 commit comments