fix: remove wrong VOLUME spec

This commit is contained in:
pblaesi 2022-08-04 14:56:46 +02:00
parent 2965acea0f
commit bd5831f2da

View File

@ -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" ]