Docker: Move install dir to /opt/cp2k

This commit is contained in:
Ole Schütt 2022-03-11 12:33:27 +01:00 committed by Ole Schütt
parent 3c362065eb
commit e861a83b17
53 changed files with 81 additions and 81 deletions

View file

@ -6,7 +6,7 @@
FROM ubuntu:20.04
# Install dependencies.
WORKDIR /workspace/cp2k
WORKDIR /opt/cp2k
COPY ./tools/docker/scripts/install_python.sh .
RUN ./install_python.sh