mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +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
|
|
|