fix(ui): fix configuration handling on the docker image
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index 0ffd4bf28ef4d82b5db836008c8f7cc4587c733c..0e13a0dd2963d36af1e7fb3caf3a26c0975583c2 100644 (file)
@@ -25,6 +25,7 @@ RUN set -ex \
   && pnpm set progress=false \
   && pnpm config set depth 0 \
   && pnpm install --ignore-scripts --frozen-lockfile \
+  && cp src/assets/config-template.json public/config.json \
   && pnpm build
 
 FROM node:lts-alpine