blob: 46598ebed1dac5a95fd0c482c39386af08f24216 [file] [log] [blame]
USER?=openwhisk
IMAGE=actionloop-rust-v1.32
.PHONY: build
build:
docker build -t $(USER)/$(IMAGE) .
devel: build
docker run -ti -p 8080:8080 --entrypoint=bash \
-v $(PWD):/mnt -e OW_COMPILER=/mnt/compile \
$(USER)/$(IMAGE)