Buid-Date updated

This commit is contained in:
rxf
2026-03-19 11:29:08 +01:00
parent 23ac4ed8d7
commit 704a8f09b7

View File

@@ -2,13 +2,15 @@
# Lokaler Betrieb MySQL läuft bereits auf dem Host (localhost)
#
# Start:
# docker compose -f docker-compose.local.yml up --build
# BUILD_DATE=$(date +%d.%m.%Y) docker compose -f docker-compose.local.yml up --build
services:
app:
build:
context: .
dockerfile: Dockerfile
args:
BUILD_DATE: "$(date +%d.%m.%Y)"
restart: unless-stopped
ports:
- "3000:3000"