diff --git a/Dockerfile b/Dockerfile index 86abd56..50bc63f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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