diff --git a/Dockerfile-production b/Dockerfile-production
index bb632f71f17b7ef7a72eb2c24f7fd42216f64b78..e64ba4fd92896f79d62c2dd4f0ccd5e3a6310e08 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