mirror of
https://github.com/Sithranduil/srcds_exporter.git
synced 2025-07-24 02:28:00 +02:00
Mise à jour de l'image docker
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM alpine
|
FROM alpine:latest
|
||||||
RUN apk add --update nodejs npm
|
RUN apk add nodejs npm --no-cache
|
||||||
ADD . .
|
COPY . .
|
||||||
RUN npm install
|
RUN npm install --only=prod
|
||||||
|
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
||||||
EXPOSE 9591
|
EXPOSE 9591
|
Reference in New Issue
Block a user