diff --git a/Dockerfile b/Dockerfile index 32bff45..555dfc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /app COPY package*.json ./ RUN bun install COPY . . +ENV PUBLIC_BACKEND_HOST=https://api.acayip.dev RUN bun run build FROM nginx:alpine AS runtime