Your music, beautifully tracked. All yours. (coming soon) teal.fm
teal-fm atproto

Merge pull request #95 from teal-fm/fix-compose-path

fix cadet dockerfile path in dev compose

authored by

natalie and committed by
GitHub
25d6d8d1 630ab14d

+1 -1
+1 -1
compose.dev.yml
··· 37 37 cadet: 38 38 build: 39 39 context: . 40 - dockerfile: apps/cadet/Dockerfile 40 + dockerfile: services/cadet/Dockerfile 41 41 container_name: cadet-app 42 42 ports: 43 43 - "3001:3000"