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