Makefile 110 B

1234
  1. DOCKER_IMAGE_NAME := fphammerle/ssh-remote-forwarding
  2. docker-build :
  3. docker build -t $(DOCKER_IMAGE_NAME) .