Buid-Date updated
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user