Skip to content

Commit

Permalink
Add GOTRUE_ prefix to migrations path env var
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Jan 23, 2018
1 parent c80e95a commit a748f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -10,5 +10,5 @@ USER netlify
COPY --from=0 /go/src/github.com/netlify/gotrue/gotrue /usr/local/bin/gotrue
COPY --from=0 /go/src/github.com/netlify/gotrue/migrations /usr/local/etc/gotrue/migrations/

ENV DB_MIGRATIONS_PATH /usr/local/etc/gotrue/migrations
ENV GOTRUE_DB_MIGRATIONS_PATH /usr/local/etc/gotrue/migrations
CMD ["gotrue"]

0 comments on commit a748f2c

Please sign in to comment.