Skip to content

Commit

Permalink
Fix Adding user UID in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
brnaguiar committed Sep 19, 2023
1 parent 7c78bd8 commit 6026d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ datasets:

## Config databases, init programs, etc...
init:
echo "AIRFLOW_UID=$$(id -u)" > .env
echo "AIRFLOW_UID=$$(id -u)" >> .env
docker compose build --no-cache
docker compose up postgres create-databases airflow-init --exit-code-from airflow-init
$(PYTHON_INTERPRETER) src/scripts/create_aws_credentials_file.py
Expand Down

0 comments on commit 6026d26

Please sign in to comment.