We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ef539 commit ec74ab7Copy full SHA for ec74ab7
Dockerfile
@@ -62,7 +62,7 @@ STOPSIGNAL SIGINT
62
63
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
+COPY data/Pla2g2/protspace_files/Pla2g2_customized.json /app/data/Pla2g2/protspace_files/Pla2g2_customized.json
66
67
RUN <<EOT
68
python -V
0 commit comments