Put the simulator configuration file in src/assets.
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index d681e2950399916ea01b8f273c7757688bd9b2af..32ef353daf68a062e96b3fa9c108f0a472e6330c 100644 (file)
@@ -15,7 +15,7 @@ COPY --from=builder /usr/builder/node_modules ./node_modules
 COPY NOTICE LICENSE ./
 COPY src ./src
 COPY *.json ./
-COPY docker/config.json ./src/config.json
+COPY docker/config.json ./src/assets/config.json
 COPY docker/autoconfig.sh /autoconfig.sh
 RUN chmod +x /autoconfig.sh