Skip to content
Snippets Groups Projects
Commit fc30cf7f authored by Boris Budini's avatar Boris Budini :shield: Committed by Yannis Barlas
Browse files

./app/storage needs to be copied on the container

parent 3a528ef5
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ COPY --chown=node:node ./config ./config
COPY --chown=node:node ./public ./public
COPY --chown=node:node ./scripts ./scripts
COPY --chown=node:node ./server ./server
COPY --chown=node:node ./app/storage ./app/storage
COPY --chown=node:node ./startServer.js .
COPY --from=build /home/node/app/_build/assets ./_build
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment