Skip to content

Commit

Permalink
Update docker-compose.yaml with VITE_APP_VERSION_STRING
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn authored Jan 31, 2025
1 parent 001555d commit 189a272
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
version: "3.4"
services:
shlips:
build: ./
build:
context: .
args:
VITE_APP_VERSION_STRING: ${VITE_APP_VERSION_STRING:-local}
env_file:
- .env
- .env

0 comments on commit 189a272

Please sign in to comment.