Skip to content

Commit d145a6b

Browse files
authored
Merge pull request #128 from Gml-Launcher/develop
Fix invalid context path in Gml.Web.Proxy docker-compose configuration
2 parents 6f383be + bfe6c6f commit d145a6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
container_name: gml-web-proxy
3434
restart: always
3535
build:
36-
context: src/Gml.Web.Proxy.
36+
context: src/Gml.Web.Proxy
3737
dockerfile: Dockerfile
3838
ports:
3939
- "${PORT_GML_FRONTEND}:8080"

0 commit comments

Comments
 (0)