1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00
unleash.unleash/Dockerfile
2020-02-20 08:30:23 +01:00

14 lines
340 B
Docker

FROM nodesource/trusty:0.12
COPY . .
RUN curl -sL http://cldup.com/XPw5-FrHJz.gz | \
gunzip -c | tar -x -C /tmp/ && \
mv /tmp/envconsul_0.5.0_linux_amd64/envconsul /usr/bin/
RUN npm install --production && \
npm run build
EXPOSE 4242
CMD envconsul -consul $(route -n | awk '/UG/ {print $2}'):8500 -prefix unleash node server.js