Attempt 2

This commit is contained in:
2025-09-12 02:13:57 +02:00
parent 3ea7308af0
commit e749ec772e
30 changed files with 143 additions and 86 deletions

View File

@@ -26,10 +26,8 @@ RUN apk add --no-cache ca-certificates
## Final build
# Get
COPY --from=builder /web-server/build ./build/
COPY ./build/stylesheet.css ./layouts/
COPY ./src/layouts ./layouts/
COPY ./config ./config/
COPY ./shared.env ./config/shared.env
COPY ./src/layouts ./layouts
COPY ./.env ./config/.env
# Run
CMD ["./build/web_server"]