mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:46:20 +00:00
Update compose files to rebuild with every up
This commit is contained in:
parent
8830ec73ba
commit
84a85d673b
5 changed files with 33 additions and 13 deletions
10
build
Executable file
10
build
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
workdir=$(pwd)
|
||||
|
||||
cd ${workdir}/base
|
||||
./build
|
||||
|
||||
cd ${workdir}/i3
|
||||
./build
|
||||
|
||||
cd ${workdir}
|
||||
Loading…
Add table
Add a link
Reference in a new issue