Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Casraw committed Mar 30, 2023
1 parent 434ad15 commit 388acc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spacebarchat-client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ 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
RUN cd spacebarchat-client ; yarn install --network-timeout 100000 ; yarn build:web
RUN cd client ; yarn install --network-timeout 100000 ; yarn build:web

FROM nginx:alpine

COPY --from=builder /spacebarchat-client/web-build/ /usr/share/nginx/html/
COPY --from=builder /client/web-build/ /usr/share/nginx/html/

0 comments on commit 388acc6

Please sign in to comment.