6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
docker build --force-rm --no-cache -t nathan/roundcube -f Dockerfile build
|