Fixed URL parsing issue in app builds

This commit is contained in:
frikky
2021-08-02 14:55:52 +02:00
parent 542303a766
commit c75975d7bd
6 changed files with 31 additions and 23 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ services:
depends_on:
- backend
backend:
build: ./backend
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:nightly
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}