Skip to content

Commit fb55bc2

Browse files
authored
fix(docker): correct build context for calcom-api (calcom#24849)
1 parent 71bd140 commit fb55bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ services:
6868
calcom-api:
6969
container_name: calcom-api
7070
build:
71-
context: ./calcom
71+
context: .
7272
dockerfile: apps/api/v2/Dockerfile
7373
args:
7474
DATABASE_URL: ${DATABASE_URL}

0 commit comments

Comments
 (0)