fix dockerfile

This commit is contained in:
g1nt0ki
2024-06-10 20:16:43 +02:00
parent 445f915194
commit 484eb8b800

View File

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