CI copy server files
All checks were successful
Deploy App / build (push) Successful in 51s
Deploy App / deploy (push) Successful in 14s

This commit is contained in:
valere
2026-01-04 10:51:27 +01:00
parent 3b05938162
commit 11694d36dd

View File

@@ -15,5 +15,6 @@ RUN apk add --no-cache python3 make g++ sqlite
WORKDIR /app WORKDIR /app
COPY --from=builder /app/.output ./.output COPY --from=builder /app/.output ./.output
COPY package*.json ./ COPY package*.json ./
COPY ./server/database ./server/database
EXPOSE 3000 EXPOSE 3000
CMD ["node", ".output/server/index.mjs"] CMD ["node", ".output/server/index.mjs"]