Fix Portainer file mounts
This commit is contained in:
4
database/Dockerfile
Normal file
4
database/Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM postgres:16-alpine
|
||||
|
||||
COPY init.sql /docker-entrypoint-initdb.d/01-init.sql
|
||||
COPY seed.sql /docker-entrypoint-initdb.d/02-seed.sql
|
||||
Reference in New Issue
Block a user