Skip to content

Commit 16b43f3

Browse files
authored
Update Dockerfile (#7175)
1 parent d8bcbb3 commit 16b43f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascriptv3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ COPY --chown=automation:automation ./workflows /workflows
2323
# Set default command
2424
# `npm i` needs to be run in the container. Otherwise it causes a dependency issue: https://github.com/evanw/esbuild/issues/1646#issuecomment-1238080595
2525
# `aws-cdk` is required by some integration tests in order to deploy resources
26-
CMD npm i -g aws-cdk && npm i --prefix /javascriptv3 && npm run --prefix /javascriptv3 integration-test
26+
CMD npm i aws-cdk && npm i --prefix /javascriptv3 && npm run --prefix /javascriptv3 integration-test

0 commit comments

Comments
 (0)