docker file update
This commit is contained in:
parent
ee66d0a349
commit
62cd36469f
@ -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…
x
Reference in New Issue
Block a user