This commit is contained in:
@@ -13,5 +13,8 @@ FROM node:lts-alpine AS production-stage
|
||||
WORKDIR /app
|
||||
COPY --from=build-stage /app/.output/ /app
|
||||
COPY --from=build-stage /app/node_modules/ /app/node_modules
|
||||
|
||||
ENV NUXT_PUBLIC_API_BASE
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["node", "server/index.mjs"]
|
||||
Reference in New Issue
Block a user