NasalOnline/README.md

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