6 lines
125 B
6 lines
125 B
3 years ago
|
#!/bin/bash
|
||
|
set -euxo pipefail
|
||
|
cd "$(dirname "$0")/.."
|
||
|
|
||
2 years ago
|
docker build -t nextcloud-neon-dev -f - ./tool < tool/Dockerfile.dev
|