Skip to content

Commit fc4546f

Browse files
committed
Fix not being in correct dir for running scripts
1 parent 03abe24 commit fc4546f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,7 @@ COPY . /reward_preprocessing
4545
RUN python setup.py sdist bdist_wheel
4646
RUN pip install dist/reward_preprocessing-*.whl
4747

48+
# Move into src directory, so scripts can be run from outside the docker container.
49+
CMD cd src/
50+
4851
CMD ["pytest"]

0 commit comments

Comments
 (0)