Skip to content

Commit 24e66eb

Browse files
committed
--amend
1 parent 8540d42 commit 24e66eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ FROM finsberg/fenics-gmsh
22

33
ARG REPO_BRANCH="main"
44

5-
WORKDIR /app
5+
WORKDIR /tmp
66

77
# Copy pyproject.toml first so that we done need to reinstall in case anoter file
88
# is changing ater rebuiding docker image
99
RUN git clone --branch ${REPO_BRANCH} --single-branch https://github.com/scientificcomputing/example-paper-fenics.git
1010
RUN cd example-paper-fenics && python3 -m pip install pip --upgrade && python3 -m pip install --no-cache-dir -r requirements.txt && rm -rf /tmp
11+
12+
RUN rm -rf /tmp

0 commit comments

Comments
 (0)