Skip to content

Commit

Permalink
Adjusted permissions in image
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed Apr 19, 2024
1 parent d778864 commit c47dd19
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ WORKDIR /home/locust
# TODO: pip install requirements without locust

# Copy the Locust files into the container
COPY locust-ui.conf locust.conf
COPY tests/ tests
COPY start-script.sh start-script.sh
COPY --chown=locust:locust locust-ui.conf locust.conf
COPY --chown=locust:locust tests/ tests
COPY --chown=locust:locust start-script.sh start-script.sh

# Expose the Locust web UI port
EXPOSE 8089
RUN chmod ug+x start-script.sh

EXPOSE 8089 5557

0 comments on commit c47dd19

Please sign in to comment.