mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
6 lines
120 B
Docker
6 lines
120 B
Docker
# pull official base image
|
|
FROM postgres:14-alpine
|
|
|
|
# run create.sql on init
|
|
ADD create.sql /docker-entrypoint-initdb.d
|