fix: environment file missing for space (#3105)
* fix: environment file missing for space * dev: remove container name from the docker-compose local * dockerfile.dev modified for volumes * local dev fixes --------- Co-authored-by: Manish Gupta <manish@mgupta.me>
This commit is contained in:
parent
1f8ae3a5ad
commit
5c7382d894
10 changed files with 92 additions and 46 deletions
|
|
@ -8,4 +8,5 @@ COPY . .
|
|||
RUN yarn global add turbo
|
||||
RUN yarn install
|
||||
EXPOSE 3000
|
||||
VOLUME [ "/app/node_modules", "/app/web/node_modules" ]
|
||||
CMD ["yarn", "dev", "--filter=web"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue