fix: remove wrong VOLUME spec
This commit is contained in:
parent
2965acea0f
commit
bd5831f2da
@ -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" ]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user