update sh to bash script in production yml

This commit is contained in:
root
2026-05-11 16:06:23 -04:00
committed by Administrator
parent f5ab64ecea
commit 56b9bb8bc4
+2 -2
View File
@@ -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 &