Skip to content

Commit f83f3d0

Browse files
adding / to dir paths
1 parent 80e6777 commit f83f3d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ RUN pip install pycparser \
1818
WORKDIR /enviroms
1919
COPY enviroMS/ /enviroms/enviroMS/
2020
COPY README.md disclaimer.txt Makefile requirements.txt setup.py /enviroms/
21-
COPY data/raw_data/lc_fticr /enviroms/data/raw_data/lc_fticr
21+
COPY data/raw_data/lc_fticr/ /enviroms/data/raw_data/lc_fticr/
2222
COPY data/reference/Hawkes_neg.ref /enviroms/data/reference/Hawkes_neg.ref
23-
COPY configuration /enviroms/configuration
23+
COPY configuration/ /enviroms/configuration/
2424

2525

2626
# Install the correct version of CoreMS from github

0 commit comments

Comments
 (0)