Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/bin/write-dockerfile.sh: Use relative workdir 'sage' (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 2, 2022
1 parent af7c8d3 commit fad8942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/bin/write-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ cat <<EOF
FROM with-system-packages as bootstrapped
#:bootstrapping:
RUN mkdir -p /sage
WORKDIR /sage
RUN mkdir -p sage
WORKDIR sage
$ADD Makefile VERSION.txt COPYING.txt condarc.yml README.md bootstrap configure.ac sage .homebrew-build-env tox.ini Pipfile.m4 ./
$ADD src/doc/bootstrap src/doc/bootstrap
$ADD src/bin src/bin
Expand Down

0 comments on commit fad8942

Please sign in to comment.