3 lines
91 B
Makefile
3 lines
91 B
Makefile
build-image:
|
|
podman build -f Dockerfile -t edge-service:latest --build-arg SERVICE_ROOT=.
|