fix: Dockerfile workspace deps, PM2 log paths, jwt types, deploy script paths

This commit is contained in:
Eugenius-Anonymous
2026-06-08 15:41:13 +07:00
parent c97f7fd1a8
commit 0e2ad1d022
6 changed files with 36 additions and 45 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export BUILD_VERSION="$DOCKER_TAG"
export BUILD_DATE="$(date -Iseconds)"
echo " → harats-server:$DOCKER_TAG"
docker compose -f "$DEPLOY_DIR/$COMPOSE_FILE" build \
docker compose -f "$DEPLOY_DIR/$COMPOSE_FILE" build --no-cache \
--build-arg BUILD_VERSION="$TAG" \
--build-arg BUILD_DATE="$BUILD_DATE" \
server