diff --git a/Dockerfile b/Dockerfile index 1dafce0..9e7b326 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,3 @@ WORKDIR /app COPY nginx/http_prod.conf /etc/nginx/conf.d/default.conf COPY dist/ror-webapp/browser /app -RUN cp /app/index.csr.html /app/index.html diff --git a/Dockerfile.compose b/Dockerfile.compose index d1cd742..aadaa7a 100644 --- a/Dockerfile.compose +++ b/Dockerfile.compose @@ -17,4 +17,3 @@ FROM "${REGISTRY_PREFIX}nginxinc/nginx-unprivileged:alpine" WORKDIR /app COPY --from=builder /build/dist/ror-webapp/browser /app -RUN cp /app/index.csr.html /app/index.html