Skip to content

Commit

Permalink
Update Express Gateway Images to v1.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: eg-bot <kevin+eg-bot@lunchbadger.com>
  • Loading branch information
eg-bot committed Dec 21, 2018
1 parent 0c92fd4 commit b488683
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM node:10-alpine
FROM node:8-alpine

LABEL maintainer Vincenzo Chianese, vincenzo@express-gateway.io

ARG EG_VERSION=1.13.0
ARG EG_VERSION=1.14.0

VOLUME /var/lib/eg

RUN yarn global add express-gateway@$EG_VERSION

Expand All @@ -14,11 +16,6 @@ ENV EG_CONFIG_DIR /var/lib/eg

ENV CHOKIDAR_USEPOLLING true

VOLUME /var/lib/eg

EXPOSE 8080 9876


COPY docker-entrypoint.sh /usr/local/bin/

ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["node", "-e", "require('express-gateway')().run();"]

0 comments on commit b488683

Please sign in to comment.