Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
beqqrry-aws authored and ford-at-aws committed Dec 24, 2024
1 parent d8bcbb3 commit b6913cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascriptv3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ COPY --chown=automation:automation ./workflows /workflows
# Set default command
# `npm i` needs to be run in the container. Otherwise it causes a dependency issue: https://github.com/evanw/esbuild/issues/1646#issuecomment-1238080595
# `aws-cdk` is required by some integration tests in order to deploy resources
CMD npm i -g aws-cdk && npm i --prefix /javascriptv3 && npm run --prefix /javascriptv3 integration-test
CMD npm i aws-cdk && npm i --prefix /javascriptv3 && npm run --prefix /javascriptv3 integration-test

0 comments on commit b6913cc

Please sign in to comment.