mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-17 16:41:42 +00:00
5 lines
70 B
Docker
5 lines
70 B
Docker
# Use the official PostgreSQL image
|
|
FROM postgres:latest
|
|
|
|
EXPOSE 5432
|