diff --git a/Dockerfile b/Dockerfile index 157c912..12013a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:14 WORKDIR /app # Clone the repository -RUN git clone https://github.com/vivekteega/economicsystem-tokenroom . +RUN git clone https://github.com/vivekteega/economicsystem-api-tokenroom . # Install dependencies RUN npm install