Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pgoptions-dockerfile' into magic…
Browse files Browse the repository at this point in the history
…-link-hotfix
  • Loading branch information
elitan committed Jun 7, 2021
2 parents 378dad7 + c3d5584 commit 2a8106b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ ARG NODE_ENV=production
ENV NODE_ENV $NODE_ENV
ENV PORT 3000

ENV PGOPTIONS "-c search_path=auth"

WORKDIR /app

COPY package.json yarn.lock ./
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ ARG NODE_ENV=development
ENV NODE_ENV $NODE_ENV
ENV PORT 3000

ENV PGOPTIONS "-c search_path=auth"

WORKDIR /app

COPY package.json yarn.lock ./
Expand Down

0 comments on commit 2a8106b

Please sign in to comment.