From 484eb8b8001abddf89323e8a2cfd45639d47e7cd Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Mon, 10 Jun 2024 20:16:43 +0200 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17f0351..413bd8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN git clone https://github.com/DefiLlama/peggedassets-server /app/repo # Change to the directory of your repo WORKDIR /app/repo -RUN git checkout api2 +# RUN git checkout api2 # Install any needed packages specified in package.json RUN npm install