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
83c9ab9788
budibase
/
hosting
/
single
/
test.sh
5 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
Updating the single image docker build to pin versions before build to allow it to work with develop etc. Also optimising the image a bit so that it can be built significantly faster.
2022-06-16 20:30:34 +02:00
#!/bin/bash
add support for Azure App Service
2022-06-24 18:48:34 +02:00
id
=
$(
docker run -t -d -p 80:80 budibase:latest
)
Updating the single image docker build to pin versions before build to allow it to work with develop etc. Also optimising the image a bit so that it can be built significantly faster.
2022-06-16 20:30:34 +02:00
docker
exec
-it
$id
bash
docker
kill
$id