parent
3cc8008163
commit
d41ed386ad
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ FROM node:22-slim AS frontend
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=frontend-build /prod/frontend/package*.json ./
|
COPY --from=frontend-build /prod/frontend/package*.json ./
|
||||||
COPY --from=frontend-build /prod/frontend/.next ./.next
|
COPY --from=frontend-build /prod/frontend/.next ./.next
|
||||||
COPY --from=frontend-build /prod/frontend/public ./public
|
|
||||||
COPY --from=frontend-build /prod/frontend/node_modules ./node_modules
|
COPY --from=frontend-build /prod/frontend/node_modules ./node_modules
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
Loading…
Add table
Reference in a new issue