diff --git a/Makefile b/Makefile index 99a1c28..ec7fbac 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file