Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Puyodead1 authored Aug 23, 2023
1 parent 5bb0b54 commit 5ebafbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacebar-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt update ; apt install -y yarn nodejs

RUN git clone https://github.com/spacebarchat/client.git -b legacy-v2 ; cd client ; git checkout master
RUN git clone https://github.com/spacebarchat/client.git -b legacy-v2 ; cd client
RUN cd client ; yarn install --network-timeout 100000 ; yarn build:web

FROM nginx:alpine
Expand Down

0 comments on commit 5ebafbe

Please sign in to comment.