Files
Reduce/database/Dockerfile
2024-08-06 01:16:01 +05:30

5 lines
70 B
Docker

# Use the official PostgreSQL image
FROM postgres:latest
EXPOSE 5432