diff --git a/Dockerfile b/Dockerfile index b83a6be..9ace4b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -69,7 +69,7 @@ CMD ["supervisord", "-c", "/etc/supervisord.conf"] # FROM base AS testing -COPY ./build/dev/entrypoint.sh /var/app/entrypoint.sh +COPY ./build/testing/entrypoint.sh /var/app/entrypoint.sh RUN chmod a+x /var/app/entrypoint.sh USER root