docker file update
This commit is contained in:
parent
c8f7108906
commit
4caf6e102c
@ -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; \
|
||||
|
@ -22,8 +22,6 @@ WORKDIR /usr/src/app
|
||||
COPY . .
|
||||
|
||||
RUN set -ex; \
|
||||
git submodule init; \
|
||||
git submodule update; \
|
||||
rm -rf build-q7s; \
|
||||
mkdir build-q7s; \
|
||||
cd build-q7s; \
|
||||
|
Loading…
Reference in New Issue
Block a user