Update Dockerfile.browser

This commit is contained in:
Damien Duboeuf
2021-11-15 18:03:29 +01:00
committed by GitHub
parent cbe1b75be0
commit 5520f78ee2
+1 -1
View File
@@ -30,7 +30,7 @@ RUN mkdir -p /mqtt-explorer/config
WORKDIR /mqtt-explorer/app/
RUN apk add --no-cache git python make g++\
RUN apk update && apk add --no-cache git python make g++\
&& yarn cache clean\
&& yarn install --network-timeout 1000000\
&& yarn build:browser\