mirror of https://github.com/sidi762/NasalOnline
Docker Image CI / Push Docker image to Docker Hub (push) Has been cancelled
Details
|
||
---|---|---|
.github/workflows | ||
app/nasal-web-app | ||
lib | ||
stl | ||
.dockerignore | ||
.gitignore | ||
.gitmodules | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml |
README.md
Nasal Online
Run your Nasal code online!
This project is based on:
Clone
git clone --recurse-submodules https://github.com/sidi762/NasalOnline.git
Update
git submodule update --init --recursive
Docker Build
Use this command to build from Dockerfile
.
docker build -t nasal-online .
Run:
docker run -p 3000:3000 nasal-online
Then if want to debug by using /bin/bash
, try this:
docker run -it nasal-online /bin/bash