Update Dockerfile
This commit is contained in:
parent
f3956ed45c
commit
da20a97369
@ -5,7 +5,7 @@ FROM node:14
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Clone the repository
|
# Clone the repository
|
||||||
RUN git clone https://github.com/vivekteega/economicsystem-tokenroom .
|
RUN git clone https://github.com/vivekteega/economicsystem-api-tokenroom .
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user