mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-20 19:19:24 -06:00
Copy Newrelic.js to the final image layer
This commit is contained in:
parent
114d1e5530
commit
287f04116c
@ -51,8 +51,10 @@ COPY --from=builder /evolution/Docker ./Docker
|
|||||||
COPY --from=builder /evolution/runWithProvider.js ./runWithProvider.js
|
COPY --from=builder /evolution/runWithProvider.js ./runWithProvider.js
|
||||||
COPY --from=builder /evolution/tsup.config.ts ./tsup.config.ts
|
COPY --from=builder /evolution/tsup.config.ts ./tsup.config.ts
|
||||||
|
|
||||||
|
COPY newrelic.js .
|
||||||
|
|
||||||
ENV DOCKER_ENV=true
|
ENV DOCKER_ENV=true
|
||||||
|
|
||||||
EXPOSE 8080
|
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" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user