Skip to content
Snippets Groups Projects
Verified Commit 9740e32f authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Clean up Dockerfile

parent e802c343
No related branches found
No related tags found
1 merge request!39Feature/upgrade components package
Pipeline #92584 passed
FROM node:20.12.2-alpine AS builder
# ENV NODE_ENV=production
ENV NEXT_TELEMETRY_DISABLED 1
ENV NEXT_TELEMETRY_DISABLED=1
WORKDIR /app
COPY . .
......@@ -14,9 +13,9 @@ FROM node:20.12.2-alpine AS runner
RUN apk update && apk add --no-cache curl vim
# ENV NODE_ENV=production
ENV NODE_ENV=production
ENV HOSTNAME=0.0.0.0
ENV NEXT_TELEMETRY_DISABLED 1
ENV NEXT_TELEMETRY_DISABLED=1
COPY --from=builder /app/.next/standalone /app
COPY --from=builder /app/.next/static /app/.next/static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment