chore: revert Dockerfile back to /app directory
Test / unit-tests (push) Failing after 8s
Pull Request / unit-tests (pull_request) Failing after 8s
Pull Request / acceptance-tests (pull_request) Has been skipped
Pull Request / analyze-bump-type (pull_request) Has been skipped

This commit is contained in:
2026-03-31 23:01:48 -07:00
parent 81c93bafc1
commit b445d9044a
+1 -1
View File
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
&& rm -rf /var/cache/apk/*
# Set working directory
WORKDIR /workspace
WORKDIR /app
# Copy package files first (for better caching)
COPY package*.json ./