Skip to content

Commit

Permalink
wip: debugging build of express-gateway docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Nov 20, 2020
1 parent be87367 commit 6060401
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions build/express-gateway/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@ FROM express-gateway:$VERSION
RUN yarn global add [email protected] aws-sdk

# Override the consumers models
COPY ./models /var/lib/eg/models
COPY models /var/lib/eg/models

# Install the plugins
RUN mkdir -p /plugins
COPY ./plugins /plugins






COPY plugins /plugins

0 comments on commit 6060401

Please sign in to comment.