Skip to content

Commit

Permalink
Fix testing entrypoint path.
Browse files Browse the repository at this point in the history
  • Loading branch information
BusterNeece committed Apr 5, 2024
1 parent 41d91aa commit 827be00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 827be00

Please sign in to comment.