fix: entrypoint now logs dist contents instead of clearing
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
echo "[$(date -Iseconds)] Clearing dist/ directory..."
|
||||
rm -rf /app/dist/*
|
||||
echo "[$(date -Iseconds)] dist/ cleared"
|
||||
|
||||
echo "[$(date -Iseconds)] Checking dist directory contents:"
|
||||
ls -la /app/dist/
|
||||
echo "[$(date -Iseconds)] Starting server..."
|
||||
exec /app/main_server
|
||||
Reference in New Issue
Block a user