Skip to content

Commit

Permalink
fix typo in WORKDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Apr 5, 2024
1 parent 53137d8 commit 73c2dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /cycamore
RUN python install.py -j ${make_cores} --build-type=Release

FROM cycamore as deb-generation
WORKDIR /cyclus/build
WORKDIR /cycamore/build
RUN make package

FROM scratch as deb-package
Expand Down

0 comments on commit 73c2dc8

Please sign in to comment.