Skip to content

Commit

Permalink
fixed yarn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vzakharchenko committed Jan 16, 2021
1 parent b3196c6 commit 21d91dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY camera-admin-ui/public /opt/rtsp-samsung-tv/camera-admin-ui/public
COPY camera-admin-ui/src /opt/rtsp-samsung-tv/camera-admin-ui/src
COPY camera-admin-ui/config-overrides.js /opt/rtsp-samsung-tv/camera-admin-ui/config-overrides.js
RUN cd /opt/rtsp-samsung-tv/ && npm install
RUN cd /opt/rtsp-samsung-tv/camera-admin-ui/ && yarn --network-timeout 100000
RUN cd /opt/rtsp-samsung-tv/camera-admin-ui/ && yarn install
RUN cd /opt/rtsp-samsung-tv/camera-admin-ui/ && yarn build

Expand Down

0 comments on commit 21d91dd

Please sign in to comment.