This website requires JavaScript.
Explore
Help
Sign In
torben
/
roundcube-docker
Watch
1
Star
0
Fork
0
You've already forked roundcube-docker
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
4a421c40b2
roundcube-docker
/
build-container.sh
6 lines
97 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial version of the new Docker Build scripts Successfully builds the container, places the files, scripts and links we need so fart into the right places using a rootfs tar file so that we don't pollute the container unneccessarily and keep the Dockerfile simple. Any in-container scripting is missing so far, so the whole thing does not yet start up successfully or popluate the config share in any way. That is for another day.
2018-10-24 20:45:58 +00:00
#!/bin/bash
set
-ex
Updated to Roundcube 1.4.5
2020-06-11 15:50:26 +00:00
docker build --force-rm --no-cache -t nathan/roundcube -f Dockerfile build
Reference in New Issue
Copy Permalink