chore: fixes and feat #17

Merged
jon_nfc merged 4 commits from fix-docker into development 2023-08-19 03:47:30 +00:00
Showing only changes of commit 90aa8d59bd - Show all commits

View File

@ -54,5 +54,3 @@ RUN cd /data; \
npm install --unsafe-perm --no-update-notifier --no-fund --only=production passport passport-keycloak-oauth2-oidc;
HEALTHCHECK CMD curl http://localhost:1880/admin || exit 1
VOLUME [ "/data", "/usr/src/node-red" ]