mirror of
https://github.com/HirziDevs/PteroStats
synced 2025-12-23 06:15:44 +00:00
fix: Adapt to new pterostats
This commit is contained in:
@@ -4,7 +4,6 @@ WORKDIR /app
|
||||
|
||||
COPY . /app
|
||||
|
||||
# Perform clean install
|
||||
RUN node index.js
|
||||
RUN npm install
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
|
||||
Reference in New Issue
Block a user