Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 332 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 332 Bytes

MustardOS development environment

To build the docker image

docker build --platform linux/amd64 -t muos-developer:latest .

To use the docker image to do development

# Assume that you are in MustardOS/frontend

docker run --platform linux/amd64 -v .:/workspace --rm -it muos-developer:latest /bin/bash