This commit is contained in:
parent
f335c90d13
commit
94a3c04f33
@ -7,5 +7,8 @@ COPY . .
|
|||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
FROM node:22-alpine
|
FROM node:22-alpine
|
||||||
RUN --from=build PORT=80 node /app/.output/server/index.mjs
|
WORKDIR /app
|
||||||
|
COPY --from=build /app/.output/ ./
|
||||||
|
ENV PORT=80
|
||||||
|
CMD ["node", "/app/server/index.mjs"]
|
||||||
#COPY --from=build /app/dist /usr/share/nginx/html
|
#COPY --from=build /app/dist /usr/share/nginx/html
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user