mirror of
https://github.com/Sithranduil/srcds_exporter.git
synced 2025-07-22 23:28:26 +02:00
fix: change node version
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM node:current-alpine3.12
|
FROM node:20-alpine
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
COPY . /data
|
COPY . /data
|
||||||
RUN npm install --only=prod
|
RUN npm install --only=prod
|
||||||
|
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
EXPOSE 9591
|
EXPOSE 9591
|
||||||
|
Reference in New Issue
Block a user