mirror of
https://github.com/ajurna/cbwebreader.git
synced 2026-03-20 09:37:50 +00:00
8 lines
102 B
Docker
8 lines
102 B
Docker
FROM postgres:11.4-alpine
|
|
|
|
COPY . .
|
|
|
|
ENTRYPOINT ["docker-entrypoint.sh"]
|
|
|
|
EXPOSE 5432
|
|
CMD ["postgres"] |