roundcube-docker/build-container.sh

7 lines
124 B
Bash
Executable File

#!/bin/bash
set -ex
docker pull php:7.4-apache
docker build --force-rm --no-cache -t nathan/roundcube -f Dockerfile build