From 2f05e7f60ec0d1e620277abe27615076ad6e6489 Mon Sep 17 00:00:00 2001 From: ThaDaVos Date: Mon, 4 Mar 2024 18:40:36 +0000 Subject: [PATCH] Removed unwanted `VOLUME` as it has unintended side-effects --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bb8f0e..11cd3cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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