Prepare the repository to be hosted on SAP GitHub organisation
[e-mobility-charging-stations-simulator.git] / docker / Dockerfile
index 544bc00f77016f831883f427720abd57ae37ab9d..cb812347d7b0581c02aa065e1a1b311c6221ab5d 100644 (file)
@@ -26,7 +26,7 @@ ENV NODE_OPTIONS="--stack-trace-limit=${STACK_TRACE_LIMIT} --max-old-space-size=
 
 COPY --from=builder /usr/builder/node_modules ./node_modules
 COPY --from=builder /usr/builder/dist ./dist
-COPY README.md NOTICE LICENSE ./
+COPY README.md LICENSE ./
 COPY docker/autoconfig.sh /autoconfig.sh
 RUN chmod +x /autoconfig.sh