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