mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 15:02:16 -07:00
docker: include only necessary files and directories
this should make caching more powerful
This commit is contained in:
parent
1e0af423b2
commit
dbc3f17427
1 changed files with 6 additions and 1 deletions
|
|
@ -16,7 +16,12 @@ RUN apt-get update && apt-get install -y\
|
|||
qt6-tools-dev \
|
||||
qt6-tools-dev-tools
|
||||
|
||||
COPY . /home/servatrice/code/
|
||||
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 ./dbconverter /home/servatrice/code/dbconverter
|
||||
|
||||
WORKDIR /home/servatrice/code
|
||||
|
||||
WORKDIR build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue