Skip to content

Commit d8db8ef

Browse files
authored
optimize build (#2098)
1 parent b55ea77 commit d8db8ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/load-generator/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN pip install --prefix="/reqs" -r requirements.txt
1515
FROM base
1616
WORKDIR /usr/src/app/
1717
COPY --from=builder /reqs /usr/local
18-
COPY ./src/load-generator/locustfile.py .
19-
COPY ./src/load-generator/people.json .
2018
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/pw-browsers
2119
RUN playwright install --with-deps chromium
20+
COPY ./src/load-generator/locustfile.py .
21+
COPY ./src/load-generator/people.json .
2222
ENTRYPOINT ["locust", "--skip-log-setup"]

0 commit comments

Comments
 (0)