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) # Lokaler Betrieb MySQL läuft bereits auf dem Host (localhost)
# #
# Start: # 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: services:
app: app:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
args:
BUILD_DATE: "$(date +%d.%m.%Y)"
restart: unless-stopped restart: unless-stopped
ports: ports:
- "3000:3000" - "3000:3000"