Skip to content

Commit a36eda2

Browse files
authored
fix: missing host path env variable in docker compose file
1 parent 561599a commit a36eda2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ services:
7070
context: ./front_end/
7171
image: front_end
7272
environment:
73+
FRONTEND_HOST_PATH: ${FRONTEND_HOST_PATH}
7374
KEYCLOAK_CLIENT: ${KEYCLOAK_CLIENT}
7475
KEYCLOAK_REALM: ${KEYCLOAK_REALM}
7576
KEYCLOAK_SECRET: ${KEYCLOAK_SECRET}

0 commit comments

Comments
 (0)