Switch to rollup-plugin-typescript2 plugin
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index f881284818f77d46030e277c614a6f5dbd23e30f..b568d8b5b0d8260a5a0ceeb8cb45e1673e15ba21 100644 (file)
@@ -14,10 +14,10 @@ WORKDIR /usr/app
 
 COPY --from=builder /usr/builder/node_modules ./node_modules
 COPY NOTICE LICENSE ./
-COPY src ./src
+COPY src ./src
 COPY dist ./dist
 COPY *.json ./
-COPY docker/config.json ./src/assets/config.json
+COPY docker/config.json ./dist/assets/config.json
 COPY docker/autoconfig.sh /autoconfig.sh
 RUN chmod +x /autoconfig.sh