Remove empty Dockerfile

pull/1211/head
Sandro Jäckel 4 years ago
parent 8ebfaed546
commit 7b2b19b4ba
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -1,9 +1,7 @@
version: '3'
services:
postgres:
build:
context: .
dockerfile: docker/Dockerfile.postgres
image: postgres:10
restart: unless-stopped
volumes:
- postgresdata:/var/lib/postgresql/data

@ -1 +0,0 @@
FROM postgres:10
Loading…
Cancel
Save