diff --git a/Dockerfile b/Dockerfile index fef7d80..be980b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,6 @@ WORKDIR /opt/test-runner USER appuser -RUN ls -la +RUN ls -la && ls -la bin ENTRYPOINT ["/opt/test-runner/bin/run.sh"]