Skip to content

Commit

Permalink
Add containers target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
slymit committed Jun 10, 2024
1 parent 225936b commit e0619af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ postgres-container:
-e POSTGRES_DB=test_sa_filters \
-e POSTGRES_INITDB_ARGS="--encoding=UTF8 --lc-collate=en_US.utf8 --lc-ctype=en_US.utf8" \
postgres:$(POSTGRES_VERSION)

containers: mysql-container postgres-container

0 comments on commit e0619af

Please sign in to comment.