Merge pull request #428 from ThaDaVos/master

Removed unwanted `VOLUME` as it has unintended side-effects
This commit is contained in:
Roger Far 2024-03-05 18:37:20 -07:00 committed by GitHub
commit eef7267390
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,6 @@ COPY --from=node-build-env /appclient/root/ /
# ports and volumes
EXPOSE 6500
VOLUME [ "/data" ]
# Check Status
HEALTHCHECK --interval=30s --timeout=30s --start-period=30s --retries=3 CMD curl --fail http://localhost:6500 || exit