This commit is contained in:
Aditya Siregar
2025-09-01 16:20:27 +07:00
parent 4c6dc5c8b4
commit c107733add
2 changed files with 12 additions and 35 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
set -euo pipefail
APP_NAME="apskel-pos"
PORT="3300" # match the apps listen port (and EXPOSE/healthcheck)
PORT="3300"
echo "🔄 Pulling latest code..."
git pull