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