Deduplikace typů a sloučení kontejnerů
- Zavedení yarn workspaces - Sloučení klienta a serveru do jednoho Docker kontejneru - Společný dockerfile, builder - Zbavení se nginx (není již potřeba)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export NODE_ENV=development
|
||||
cd server && yarn install && yarn start &
|
||||
cd client && yarn install && yarn start &
|
||||
yarn install
|
||||
cd server && yarn start &
|
||||
cd client && yarn start &
|
||||
wait
|
||||
Reference in New Issue
Block a user