This commit is contained in:
Vivek Teega 2023-06-02 04:17:38 +05:30
commit 89870c5c62

View File

@ -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