fix: Adapt to new pterostats

This commit is contained in:
Nard Théo
2024-09-16 11:05:38 +02:00
committed by GitHub
parent ce08c6a3c5
commit 22e82372bc

View File

@@ -4,7 +4,6 @@ WORKDIR /app
COPY . /app
# Perform clean install
RUN node index.js
RUN npm install
CMD ["node", "index.js"]