mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
copy only needed dependencies
This commit is contained in:
parent
bfa9914ce4
commit
c407b2f38d
@ -8,7 +8,9 @@ WORKDIR ${DOCKER_WORKDIR}
|
||||
|
||||
COPY ./CMakeLists.txt.lib ./CMakeLists.txt
|
||||
COPY ./src ./src
|
||||
COPY ./dependencies ./dependencies
|
||||
COPY ./dependencies/cmake-modules ./dependencies/cmake-modules
|
||||
COPY ./dependencies/spirit-po ./dependencies/spirit-po
|
||||
COPY ./dependencies/tinf ./dependencies/tinf
|
||||
COPY ./scripts ./scripts
|
||||
RUN cd scripts && \
|
||||
chmod +x compile_pot.sh && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user