mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2026-01-06 04:59:35 -06:00
arm builder
This commit is contained in:
@@ -33,9 +33,8 @@ ENTRYPOINT ["/sbin/tini", "--"]
|
||||
CMD ["/app/entrypoint.sh"]
|
||||
|
||||
# Builder stage for production
|
||||
FROM node:lts-alpine AS builder
|
||||
|
||||
RUN apk add --no-cache openssl
|
||||
# Use Debian-based Node for better QEMU ARM64 compatibility
|
||||
FROM node:lts-slim AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
@@ -15,7 +15,8 @@ EXPOSE 3000
|
||||
CMD ["npm", "run", "dev", "--", "--host", "0.0.0.0", "--port", "3000"]
|
||||
|
||||
# Builder stage for production
|
||||
FROM node:lts-alpine AS builder
|
||||
# Use Debian-based Node for better QEMU ARM64 compatibility
|
||||
FROM node:lts-slim AS builder
|
||||
|
||||
WORKDIR /app/frontend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user