Skip to content

Commit

Permalink
Depend on mocked service, volume mount
Browse files Browse the repository at this point in the history
  • Loading branch information
Niek committed Mar 24, 2023
1 parent 160dd06 commit ef752f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ services:
chatgpt_web:
container_name: chatgpt_web
restart: always
depends_on:
- mocked_api
env_file:
- .env
ports:
- 5173:5173
volumes:
- .:/app
build:
context: "."
dockerfile: Dockerfile
Expand Down

0 comments on commit ef752f5

Please sign in to comment.