This commit is contained in:
parent
265cccd0b7
commit
ec78d937f2
|
|
@ -19,6 +19,9 @@ WORKDIR /app
|
||||||
COPY --from=deps /app/node_modules ./node_modules
|
COPY --from=deps /app/node_modules ./node_modules
|
||||||
COPY frontend .
|
COPY frontend .
|
||||||
|
|
||||||
|
# Enable pnpm
|
||||||
|
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||||
|
|
||||||
# Set environment variable for build
|
# Set environment variable for build
|
||||||
ENV NEXT_PUBLIC_API_URL=http://backend:8000
|
ENV NEXT_PUBLIC_API_URL=http://backend:8000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue