dockerfiles/pgbouncer/Makefile
2021-05-06 21:47:04 +02:00

9 lines
104 B
Makefile

all: pull build
pull:
docker pull alpine:latest
build:
docker build --no-cache=true -t pgbouncer .