Copy Newrelic.js to the final image layer

This commit is contained in:
Fabiano Martins 2025-02-04 23:39:44 -03:00
parent 114d1e5530
commit 287f04116c

View File

@ -51,8 +51,10 @@ COPY --from=builder /evolution/Docker ./Docker
COPY --from=builder /evolution/runWithProvider.js ./runWithProvider.js
COPY --from=builder /evolution/tsup.config.ts ./tsup.config.ts
COPY newrelic.js .
ENV DOCKER_ENV=true
EXPOSE 8080
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]
ENTRYPOINT ["/bin/bash", "-c", ". ./Docker/scripts/deploy_database.sh && npm run start:prod" ]