Removed unwanted VOLUME as it has unintended side-effects

This commit is contained in:
ThaDaVos 2024-03-04 18:40:36 +00:00
parent 4fb0a8d726
commit 2f05e7f60e

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