Skip to content

Commit

Permalink
Changed locust docker path and removed nested structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jashmehta3300 committed Aug 10, 2023
1 parent 74c6fb8 commit 0b4f935
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_push_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: transactions
context: .
- name: locust
context: ./performance_tests/locust
context: ./performance_locust

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services:

locust:
build:
context: ./performance_tests/locust
context: ./performance_locust
container_name: locust
hostname: locust
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
FROM --platform=linux/amd64 python

RUN mkdir /service
COPY . /service/locust/
WORKDIR /service/locust
COPY . /service/
WORKDIR /service/
RUN python -m pip install --upgrade pip
RUN python -m pip install -r requirements.txt

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0b4f935

Please sign in to comment.