jason137 commited on
Commit
aa5de1e
·
1 Parent(s): 48cdf14

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get -y update
8
  RUN apt-get -y install git
9
  RUN git clone https://github.com/dbt-labs/jaffle_shop.git
10
 
11
- ENV POSTGRES_PASSWORD=tmp
12
 
13
  FROM postgres:latest
14
  WORKDIR /app
 
8
  RUN apt-get -y install git
9
  RUN git clone https://github.com/dbt-labs/jaffle_shop.git
10
 
11
+ ENV POSTGRES_HOST_AUTH_METHOD=trust
12
 
13
  FROM postgres:latest
14
  WORKDIR /app