Skip to content

Commit 9942076

Browse files
authored
fix: remove top-level (monorepo) package.json from Dockerfile (#3532)
1 parent 3d8b810 commit 9942076

File tree

1 file changed

+1
-0
lines changed
  • packages/artillery/lib/platform/aws-ecs/worker

1 file changed

+1
-0
lines changed

packages/artillery/lib/platform/aws-ecs/worker/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ RUN npm install -w artillery --ignore-scripts --omit=dev
5454
RUN npm install aws-lambda-ric
5555

5656
RUN npm cache clean --force \
57+
&& rm ./package.json \
5758
&& rm -rf /root/.cache \
5859
&& ln -s /artillery/node_modules/.bin/artillery /usr/local/bin/artillery \
5960
&& rm -rf /ms-playwright/firefox* \

0 commit comments

Comments
 (0)