diff --git a/Dockerfile b/Dockerfile index 9659d11..8463ecd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,8 @@ FROM node:20-alpine AS runner WORKDIR /app ENV NODE_ENV=production ENV PORT=5000 +ENV VERCEL_PROJECT_PRODUCTION_URL=http://194.59.214.243:5000 +ENV NEXT_PUBLIC_API_BASE_URL=http://194.59.214.243:5000/api COPY --from=builder /app/.next ./.next COPY --from=builder /app/public ./public COPY --from=builder /app/package.json ./package.json