diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 616eb2e..b63b628 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -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 \ No newline at end of file