Files
docker-postgresql/Makefile
T
2014-09-22 14:19:19 +05:30

5 lines
61 B
Makefile

all: build
build:
@docker build --tag=${USER}/postgresql .