diff --git a/apps/frontend/Dockerfile b/apps/frontend/Dockerfile index 039c36a..9c03d6a 100644 --- a/apps/frontend/Dockerfile +++ b/apps/frontend/Dockerfile @@ -21,5 +21,7 @@ COPY --from=builder /app/.next ./.next COPY --from=builder /app/public ./public COPY --from=builder /app/next.config.ts ./ +ENV API_BASE=$API_BASE + EXPOSE 3000 CMD ["pnpm", "start"] \ No newline at end of file