mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
add test data to project
This commit is contained in:
@@ -3,3 +3,8 @@ FROM postgres:14-alpine
|
||||
|
||||
# run create.sql on init
|
||||
ADD create.sql /docker-entrypoint-initdb.d
|
||||
|
||||
WORKDIR /home/gx/code
|
||||
|
||||
COPY shakespeare_chapter.sql /home/gx/code/shakespeare_chapter.sql
|
||||
COPY shakespeare_work.sql /home/gx/code/shakespeare_work.sql
|
||||
Reference in New Issue
Block a user