Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Add more trailing zeros
Browse files Browse the repository at this point in the history
To allow for future expansion

Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Jun 9, 2021
1 parent a22d193 commit 99a6f0e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/cc_catalog_airflow/local_postgres/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM postgres:13.2
ENV POSTGRES_USER=deploy
ENV POSTGRES_PASSWORD=deploy
ENV POSTGRES_DB=openledger
ADD 01_airflow_user_db.sql /docker-entrypoint-initdb.d
ADD 02_aws_s3_mock.sql /docker-entrypoint-initdb.d
ADD 03_openledger_image_schema.sql /docker-entrypoint-initdb.d
ADD 04_openledger_image_view.sql /docker-entrypoint-initdb.d
ADD 05_openledger_old_image_schema.sql /docker-entrypoint-initdb.d
ADD 0001_airflow_user_db.sql /docker-entrypoint-initdb.d
ADD 0002_aws_s3_mock.sql /docker-entrypoint-initdb.d
ADD 0003_openledger_image_schema.sql /docker-entrypoint-initdb.d
ADD 0004_openledger_image_view.sql /docker-entrypoint-initdb.d
ADD 0005_openledger_old_image_schema.sql /docker-entrypoint-initdb.d
RUN apt-get -y update && apt-get -y install python3-boto3 postgresql-plpython3-13

0 comments on commit 99a6f0e

Please sign in to comment.