From 00c486e79f77c74f9ec27b5f9344a1a36fe2786e Mon Sep 17 00:00:00 2001 From: crappyrules Date: Sat, 5 Feb 2022 21:38:26 +0000 Subject: [PATCH] Upload files to '' --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 201fef9..73a8254 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # docker-numbermunchers -docker image of number munchers running on js-dos \ No newline at end of file +docker image of number munchers running on js-dos + +run the following to build +`docker build -t docker-numbermunchers --build-arg GAME_URL=https://code.imhard4.men/crappyrules/docker-numbermunchers/raw/branch/master/number-munchers.zip --build-arg GAME_ARGS=\"NM.EXE\" .` + +once you have built the image, run with + +`docker run -d -p 8000:8000 docker-numbermunchers` \ No newline at end of file