X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docker%2FDockerfile;h=059ced11053c172deedef5430450202df8fa6dc8;hb=bf1866b2570654a0d3720e7363727d071e8f4264;hp=f881284818f77d46030e277c614a6f5dbd23e30f;hpb=d3c1e8603ac7366bc49fcc34f7b024a2a4ae5ada;p=e-mobility-charging-stations-simulator.git diff --git a/docker/Dockerfile b/docker/Dockerfile index f8812848..059ced11 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -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