This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
89bce468c8
budibase
/
hosting
/
single
/
test.sh
5 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
id
=
$(
docker run -t -d -p 80:80 budibase:latest
)
docker
exec
-it
$id
bash
docker
kill
$id
Reference in New Issue
View Git Blame
Copy Permalink