9 lines
201 B
Makefile

build:
docker build -t aot-wine-x11-novnc-docker .
run: build
docker run --rm -p 18080:8080 aot-wine-x11-novnc-docker
shell: build
docker run --rm -ti -p 18080:8080 aot-wine-x11-novnc-docker bash