diff --git a/javascriptv3/Dockerfile b/javascriptv3/Dockerfile index 0907406a239..6217ef34736 100644 --- a/javascriptv3/Dockerfile +++ b/javascriptv3/Dockerfile @@ -20,6 +20,8 @@ COPY --chown=automation:automation ./resources /resources COPY --chown=automation:automation ./python/example_code/glue/flight_etl_job_script.py /python/example_code/glue/flight_etl_job_script.py COPY --chown=automation:automation ./scenarios/features /scenarios/features +WORKDIR /javascriptv3 + # 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