mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 06:52:15 -07:00
docker: reorder COPY with best guess of what changes least
This commit is contained in:
parent
dbc3f17427
commit
e98222aef5
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@ RUN apt-get update && apt-get install -y\
|
|||
qt6-tools-dev-tools
|
||||
|
||||
COPY ./CMakeLists.txt ./LICENSE ./README.md /home/servatrice/code/
|
||||
COPY ./common /home/servatrice/code/common
|
||||
COPY ./servatrice /home/servatrice/code/servatrice
|
||||
COPY ./cmake /home/servatrice/code/cmake
|
||||
COPY ./common /home/servatrice/code/common
|
||||
COPY ./dbconverter /home/servatrice/code/dbconverter
|
||||
COPY ./servatrice /home/servatrice/code/servatrice
|
||||
|
||||
WORKDIR /home/servatrice/code
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue