mirror of
https://github.com/Sithranduil/srcds_exporter.git
synced 2025-07-23 08:28:00 +02:00
Pushing working sources + working dockerfile
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM alpine
|
||||
RUN apk add --update nodejs npm
|
||||
ADD . .
|
||||
RUN npm install
|
||||
|
||||
CMD ["node", "index.js"]
|
||||
EXPOSE 9591
|
Reference in New Issue
Block a user