docker file update
This commit is contained in:
@ -8,8 +8,6 @@ WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
|
||||
RUN set -ex; \
|
||||
git submodule init; \
|
||||
git submodule update; \
|
||||
rm -rf build-hosted; \
|
||||
mkdir build-hosted; \
|
||||
cd build-hosted; \
|
||||
|
Reference in New Issue
Block a user