7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
docker pull php:8.1-apache
|
|
docker build --force-rm --no-cache -t nathan/roundcube -f Dockerfile build
|