Update Dockerfile and LogManager

This commit is contained in:
Jesse Wierzbinski 2024-04-07 00:18:21 -10:00
parent ae2173e8b1
commit 21711960df
No known key found for this signature in database
5 changed files with 8 additions and 18 deletions

View file

@ -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