4 wiersze
79 B
Bash
4 wiersze
79 B
Bash
|
#!/bin/sh
|
||
|
# build osci-render docker image
|
||
|
docker build -t osci-render:2.3 .
|