mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Replace Bash with POSIX sh in Docker image
This commit is contained in:
parent
5737ed43cb
commit
4a3de1fd9e
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# This script is a wrapper for the main server, CLI and Prisma binaries.
|
||||
# Commands:
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
# - `cli`: Starts the CLI, sends all arguments to it
|
||||
|
||||
# Exit immediately if a command exits with a non-zero status.
|
||||
set -euo pipefail
|
||||
set -euo
|
||||
|
||||
cd /app/dist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue