From bd5831f2da850d282203ac5d74893079b15ea985 Mon Sep 17 00:00:00 2001 From: pblaesi Date: Thu, 4 Aug 2022 14:56:46 +0200 Subject: [PATCH] fix: remove wrong VOLUME spec --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0833975..a3311ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,4 @@ COPY --from=build /build/dist ./ COPY --from=build /build/node_modules/ ./node_modules/ COPY --from=build /build/package.json . EXPOSE 3000 -VOLUME /app/data ENTRYPOINT [ "node", "server.js" ]