Skip to content
Snippets Groups Projects
Commit 42016981 authored by Yannis Barlas's avatar Yannis Barlas
Browse files

Merge branch 'production-build-variables' into 'main'

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

See merge request kotahi/kotahi!168
parents 3a528ef5 fc30cf7f
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