add NUXT_PUBLIC_API_BASE
release-tag / release-image (push) Has been cancelled

This commit is contained in:
2025-06-01 13:06:07 +02:00
parent bdfe3ba1ed
commit 045319282d
+3
View File
@@ -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"]