Files
homepage/tools/build
T

9 lines
106 B
Python
Executable File

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