Skip to content

Commit

Permalink
Fixed hadolint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Oct 11, 2024
1 parent a62c991 commit 9c8a690
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --chown=locust:locust tests-dev/ tests-dev
COPY --chown=locust:locust start-script.sh start-script.sh
COPY --chown=locust:locust run_test_plan.sh run_test_plan.sh

RUN chmod ug+x start-script.sh
RUN chmod ug+x run_test_plan.sh
RUN chmod ug+x start-script.sh \
&& ug+x run_test_plan.sh

EXPOSE 8089 5557

0 comments on commit 9c8a690

Please sign in to comment.