From 82c40f13fc78ddaf857c4280c529f2f6a5b56c0b Mon Sep 17 00:00:00 2001 From: Mihail Gorceag <mgorceag@EN410053.local> Date: Tue, 13 Apr 2021 11:17:27 +0300 Subject: [PATCH] fix: create /static/profiles folder in docker filesystem --- Dockerfile-production | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile-production b/Dockerfile-production index bb632f71f1..e64ba4fd92 100644 --- a/Dockerfile-production +++ b/Dockerfile-production @@ -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 -- GitLab