Skip to content

Commit

Permalink
🔧 Update build config in docker-compose
Browse files Browse the repository at this point in the history
For frontend service
  • Loading branch information
petterhh committed Nov 25, 2024
1 parent 4c65729 commit e30671f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ version: '3.5'
services:
frontend:
build:
context: ./frontend
dockerfile: ./Dockerfile
dockerfile: Frontend.Dockerfile
container_name: vibes-frontend
ports:
- '3000:3000'
Expand Down

0 comments on commit e30671f

Please sign in to comment.