mirror of
https://github.com/pischule/memevizor.git
synced 2026-02-04 09:00:52 +00:00
5 lines
105 B
Bash
Executable File
5 lines
105 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
docker run -it --rm -p 8080:8080 -v "${PWD}:/usr/local/structurizr" structurizr/lite
|
|
|