Skip to content
Snippets Groups Projects
Commit e01fcec2 authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: fix 'builder281486836/&&:' no such file or directory

parent 6635a19e
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,9 @@ COPY --chown=node:node ./config ./config && \
--chown=node:node ./app/storage ./app/storage && \
--chown=node:node ./startServer.js . && \
--chown=node:node ./google_sheets_credentials.json . && \
--chown=node:node ./profiles ./profiles && \
--from=build /home/node/app/_build/assets ./_build && \
--chown=node:node ./profiles ./profiles
COPY --from=build /home/node/app/_build/assets ./_build && \
--from=build /home/node/app/node_modules_prod ./node_modules
ENTRYPOINT ["sh", "./scripts/setupProdServer.sh"]
......
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