From df75812a79d4f7926e329238d0e761a049ff902f Mon Sep 17 00:00:00 2001 From: Gor Saribekyan Date: Wed, 25 Feb 2026 14:14:05 +0400 Subject: [PATCH] test --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f5f1999..dd71204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,7 @@ COPY --from=builder /app/next.config.js ./next.config.js COPY --from=builder /app/public ./public COPY --from=builder /app/.next ./.next COPY --from=builder /app/node_modules ./node_modules +COPY --from=builder /app/.env ./.env + EXPOSE 3005 CMD ["yarn", "run", "start:staging"]