Add Dockerfile

This commit is contained in:
Samuel Elliott
2022-03-17 15:54:05 +00:00
parent 2005f34780
commit 056bb1edd6
4 changed files with 69 additions and 2 deletions

5
resources/docker-entrypoint.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
mkdir -p /data/android
exec /app/bin/nxapi.js --data-path /data $@