Files
mxpv-podsync/cmd/nginx/Makefile
T
Maksym Pavlenko 30bfd2ebef Use Makefile
2019-02-24 14:19:55 -08:00

5 lines
92 B
Makefile

.PHONY: push
push:
docker build -t mxpv/nginx -f Dockerfile ../../
docker push mxpv/nginx