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
This commit is contained in:
2023-08-19 12:48:21 +09:30
parent 7b83c34bfb
commit 90aa8d59bd

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" ]