qryn/Dockerfile
Lorenzo Mangani a99595bc29 Update to latest Loki API (#15)
* Update to latest Loki API

* Extend new label value API

* placeholder for series query

* resync

* adjust fields

* change response type

* change response type

* resync

* working new api
2020-10-13 19:26:46 +02:00

16 lines
161 B
Docker

# cLoki
FROM node:10
# BUILD FORCE
ENV BUILD 703024
ENV PORT 3100
COPY . /app
WORKDIR /app
RUN npm install
# Expose Ports
EXPOSE 3100
CMD [ "npm", "start" ]