Skip to content

Commit 78d6dcd

Browse files
committed
fix: update to 5.7.2 and nexe beta19
Signed-off-by: wilmardo <info@wilmardenouden.nl>
1 parent b28091e commit 78d6dcd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
99
RUN 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
6161
ENV 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

0 commit comments

Comments
 (0)