mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +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 ./CMakeLists.txt.lib ./CMakeLists.txt
|
||||||
COPY ./src ./src
|
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
|
COPY ./scripts ./scripts
|
||||||
RUN cd scripts && \
|
RUN cd scripts && \
|
||||||
chmod +x compile_pot.sh && \
|
chmod +x compile_pot.sh && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user