Make the build app self contained.
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index f881284818f77d46030e277c614a6f5dbd23e30f..059ced11053c172deedef5430450202df8fa6dc8 100644 (file)
@@ -14,10 +14,9 @@ WORKDIR /usr/app
 
 COPY --from=builder /usr/builder/node_modules ./node_modules
 COPY NOTICE LICENSE ./
-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