homepage/tools/build

9 lines
106 B
Bash
Executable File

#!/bin/bash
source .env
docker build \
--file docker/Dockerfile \
--tag ${PHP_IMAGE} \
$PWD