Skip to content

Commit

Permalink
fixed issue with hubbit-backend proxy, and added .vscode to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wg committed May 21, 2024
1 parent 11132ef commit d03023e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
.vscode/*
target
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: frontend
dockerfile: dev.Dockerfile
environment:
BACKEND_ADDRESS: http://hubbit-backend:8080
BACKEND_ADDRESS: "http://hubbit-backend:8080"
ports:
- ${FRONTEND_PORT}:3000
volumes:
Expand Down

0 comments on commit d03023e

Please sign in to comment.