Remove redundant commands
This commit is contained in:
parent
555d90a7a0
commit
c35ccc19e8
1 changed files with 1 additions and 4 deletions
|
@ -35,10 +35,7 @@ RUN \
|
|||
|
||||
RUN \
|
||||
qmake -recursive main.pro CONFIG+="no-client no-g15 no-bonjour grpc" \
|
||||
&& make release \
|
||||
&& cp -r release/ /home/user/release \
|
||||
&& chmod a+r release -R
|
||||
|
||||
&& make release
|
||||
|
||||
FROM debian:buster
|
||||
EXPOSE 64738/tcp 64738/udp
|
||||
|
|
Loading…
Reference in a new issue