mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
Update Dockerfile and LogManager
This commit is contained in:
parent
ae2173e8b1
commit
21711960df
5 changed files with 8 additions and 18 deletions
|
|
@ -7,9 +7,9 @@
|
|||
# - `prisma`: Execute a Prisma command, sends
|
||||
|
||||
# Exit immediately if a command exits with a non-zero status.
|
||||
set -e
|
||||
set -euxo pipefail
|
||||
|
||||
cd ./dist
|
||||
cd /app/dist
|
||||
|
||||
# Parse first argument
|
||||
case "$1" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue