mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Configuring Postgres for application and test
This commit is contained in:
8
database/Dockerfile
Normal file
8
database/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM postgres:11.4-alpine
|
||||
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT ["docker-entrypoint.sh"]
|
||||
|
||||
EXPOSE 5432
|
||||
CMD ["postgres"]
|
||||
Reference in New Issue
Block a user