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