added container config

This commit is contained in:
jon brookes 2026-01-25 16:03:51 +00:00
parent eec00e17fe
commit 1000464b4a
7 changed files with 242 additions and 0 deletions

11
cmd/build_prod_container.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env bash
LARAVEL_CONTAINER_NAME="quay.io/marshyon/share-lt"
CONTAINER_LABEL="0.0.2"
CACHE="--no-cache"
CACHE=""
docker build \
$CACHE \
-t ${LARAVEL_CONTAINER_NAME}:${CONTAINER_LABEL} \
-f Dockerfile.phpfpm .