Update Dockerfile

This commit is contained in:
Vivek Teega 2023-06-02 03:11:32 +05:30 committed by GitHub
parent f3956ed45c
commit da20a97369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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