feat: switch the bundled code to ESM only
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index 080c56d025f41495e373f2555c08458ae7244cd3..1921770c551c1915a4d20f681bcc64af2097c7f9 100644 (file)
@@ -2,7 +2,7 @@ FROM node:lts-alpine as builder
 
 # Build simulator
 WORKDIR /usr/builder
-COPY .npmrc package.json package-lock.json tsconfig.json rollup.config.mjs prepare.js build-requirements.js ./
+COPY .npmrc package.json package-lock.json tsconfig.json rollup.config.mjs prepare.js build-requirements.mjs ./
 COPY src ./src
 COPY docker/config.json ./src/assets/config.json
 COPY docker/authorization-tags.json ./src/assets/authorization-tags.json