Skip to content

Commit 9ccc392

Browse files
committed
Add data to docker image
1 parent 3cd0d81 commit 9ccc392

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.venv/
22
.vscode/
33
backup/
4-
data/
54
examples/
65
notebooks/
76
scripts/

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ EOT
6161
STOPSIGNAL SIGINT
6262

6363
COPY --from=build --chown=app:app /app /app
64+
COPY data/Pla2g2/Pla2g2_pdb.zip /app/data/Pla2g2/Pla2g2_pdb.zip
65+
COPY data/Pla2g2/protspace_files/Pla2g2_noTransperancy.json /app/data/Pla2g2/protspace_files/Pla2g2_noTransperancy.json
6466

6567
RUN <<EOT
6668
python -V

0 commit comments

Comments
 (0)