dev: Docker Compose for Local Dev Environment Setup (#2409)

* local dev environment setup

* api image fixes

* yaml changed to yml

* Readme & EnvSetup MD updates

* Update README.md
This commit is contained in:
Manish Gupta
2023-10-13 12:16:08 +05:30
committed by GitHub
parent 0a8b99a074
commit c6e021d41f
7 changed files with 396 additions and 19 deletions

View File

@@ -8,4 +8,4 @@ COPY . .
RUN yarn global add turbo
RUN yarn install
EXPOSE 3000
CMD ["yarn","dev"]
CMD ["yarn", "dev", "--filter=web"]