Skip to content
Snippets Groups Projects
Commit 82c40f13 authored by Mihail Gorceag's avatar Mihail Gorceag
Browse files

fix: create /static/profiles folder in docker filesystem

parent 8b6e2f14
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ COPY --chown=node:node ./server ./server
COPY --chown=node:node ./app/storage ./app/storage
COPY --chown=node:node ./startServer.js .
COPY --chown=node:node ./google_sheets_credentials.json .
COPY --chown=node:node ./profiles ./static/profiles
COPY --from=build /home/node/app/_build/assets ./_build
COPY --from=build /home/node/app/production_node_modules ./node_modules
......
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