Skip to content

Commit a2e442d

Browse files
fixed CMD
1 parent 649991a commit a2e442d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN mamba env update -n base -f requirements.yml
1515
# Create symlinks to data placeholders
1616
RUN python src/create_data_symlinks.py
1717

18-
CMD ["bash pipeline.sh"]
18+
CMD ["bash", "/app/pipeline.sh"]

0 commit comments

Comments
 (0)