mirror of https://github.com/sidi762/NasalOnline
436 B
436 B
Nasal Online
Run your Nasal code online!
This project is based on:
Docker Build
Use this command to build from Dockerfile.
docker build -t nasal-online/ubuntu:v1 .
Then if want to debug by using /bin/bash, try this:
docker run -it nasal-online/ubuntu:v1 /bin/bash