dockerfiles/pgbouncer/Makefile

9 lines
104 B
Makefile
Raw Normal View History

2021-05-06 19:47:04 +00:00
all: pull build
pull:
docker pull alpine:latest
build:
docker build --no-cache=true -t pgbouncer .