updated docker files

This commit is contained in:
2021-06-08 16:03:19 +02:00
committed by Robin Mueller
parent a1a8f31a05
commit c8f7108906
2 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,8 @@ WORKDIR /usr/src/app
COPY . .
RUN set -ex; \
git submodule init; \
git submodule update; \
rm -rf build-hosted; \
mkdir build-hosted; \
cd build-hosted; \