update sh to bash script in production yml
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.production
|
dockerfile: Dockerfile.production
|
||||||
command:
|
command:
|
||||||
- sh
|
- bash
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
npm run db:deploy &&
|
npm run db:deploy &&
|
||||||
@@ -57,7 +57,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.production
|
dockerfile: Dockerfile.production
|
||||||
command:
|
command:
|
||||||
- sh
|
- bash
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
npm run start --workspace @rentaldrivego/public-site &
|
npm run start --workspace @rentaldrivego/public-site &
|
||||||
|
|||||||
Reference in New Issue
Block a user