Makefile 79 B

1234
  1. NAME=web-cli-pc
  2. build-docker:
  3. docker build -t ${NAME} -f docker/Dockerfile .