update client repo git clone link

This commit is contained in:
geoffrey45 2023-04-17 03:24:54 +03:00
parent 304d43fc8d
commit 1fc340cb95

View File

@ -1,6 +1,6 @@
FROM node:latest AS CLIENT
RUN git clone https://github.com/geoffrey45/swing-client.git client
RUN git clone https://github.com/swing-opensource/swingmusic-client.git client
WORKDIR /client