mirror of
https://github.com/booklore-app/booklore.git
synced 2025-12-23 22:28:11 -05:00
Fix dev docker environment (#1713)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
backend:
|
||||
image: gradle:9-jdk25-alpine
|
||||
image: gradle:8-jdk21-alpine
|
||||
command: sh -c "cd /booklore-api && ./gradlew bootRun"
|
||||
ports:
|
||||
- "${BACKEND_PORT:-8080}:8080"
|
||||
|
||||
Reference in New Issue
Block a user