Compare commits

..

No commits in common. "c8f12205b8ae82930339d7ee4081a6811d99a1ef" and "1b1215b4edd3ed64d6167a167886cf1bf09d164d" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View file

@ -176,7 +176,7 @@ jobs:
build-frontend: build-frontend:
runs-on: [ci] runs-on: [ci]
# if: false if: false
# needs: [test-backend, test-frontend] # needs: [test-backend, test-frontend]
# needs: [test-frontend] # needs: [test-frontend]
@ -238,7 +238,7 @@ jobs:
deploy-prod: deploy-prod:
runs-on: [prod] runs-on: [prod]
# needs: [build-backend] # needs: [build-backend]
needs: [build-frontend] # needs: [build-frontend]
# needs: [build-backend, build-frontend] # needs: [build-backend, build-frontend]
env: env:

View file

@ -65,9 +65,6 @@ COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static COPY --from=builder /app/.next/static ./.next/static
# Copy WASM files to standalone output
COPY --from=builder /app/src/lib/wasm-pkg ./src/lib/wasm-pkg/
# non-root (optional) # non-root (optional)
RUN addgroup --system --gid 1001 nodejs \ RUN addgroup --system --gid 1001 nodejs \
&& adduser --system --uid 1001 nextjs \ && adduser --system --uid 1001 nextjs \