You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# pull the most recent tag / release
docker pull beevelop/android-nodejs:v2023.10.1
# or run the image interactively
docker run --rm --name beevelop -it beevelop/android-nodejs:v2023.10.1 bash
# or build the image from GitHub
docker build -t beevelop/android-nodejs github.com/beevelop/docker-base