From 90aa8d59bd00794dc085a07ef37a19c954e0208b Mon Sep 17 00:00:00 2001 From: Jon Date: Sat, 19 Aug 2023 12:48:21 +0930 Subject: [PATCH] feat(docker): remove specified data volumes the volumes are not required as the data is ties to the container and changes on re-deploy. !11 --- dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfile b/dockerfile index dd52277..bdeb7e2 100644 --- a/dockerfile +++ b/dockerfile @@ -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" ]