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