Move image building to taskfile

This commit is contained in:
2024-12-25 10:32:08 +03:00
parent 221d408ae3
commit e4b27c55bf
4 changed files with 23 additions and 51 deletions

View File

@ -1,15 +0,0 @@
#!/bin/bash
set -eu
source .env
docker build \
--file docker/php/Dockerfile \
--tag "${PHP_IMAGE}" \
"$PWD"
docker build \
--file docker/node/Dockerfile \
--tag "${NODE_IMAGE}" \
"$PWD"