fix: builds

This commit is contained in:
2024-12-24 19:27:15 +01:00
parent ddff8245f1
commit 234dbd29dc

View File

@@ -14,6 +14,7 @@ COPY --from=builder /app/package.json ./
COPY --from=builder /app/yarn.lock ./
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/index.js ./
COPY --from=builder /app/switch.html ./
ENV NODE_ENV=production