mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 10:38:13 -05:00
4 lines
125 B
Bash
Executable file
4 lines
125 B
Bash
Executable file
#!/bin/bash
|
|
docker build . -t skia-build-tools
|
|
docker run -t -v $PWD:/tmp/renderer skia-build-tools
|
|
./scripts/copy-artifacts
|