Skip to content

Commit b5122c8

Browse files
committed
Update dockerfile for tests.
1 parent 40056e3 commit b5122c8

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
@@ -18,7 +18,7 @@ USER automation:automation
1818
# Copy resources
1919
COPY --chown=automation:automation ./resources /resources
2020
COPY --chown=automation:automation ./python/example_code/glue/flight_etl_job_script.py /python/example_code/glue/flight_etl_job_script.py
21-
COPY --chown=automation:automation ./workflows /workflows
21+
COPY --chown=automation:automation ./scenarios/features /scenarios/features
2222

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

0 commit comments

Comments
 (0)