This commit is contained in:
Oliver
2025-03-14 22:50:14 +01:00
parent 246c2b99d5
commit c0be753fa8
31 changed files with 501 additions and 0 deletions

8
docs/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS builder
WORKDIR /build
COPY . /build
RUN dotnet tool install retypeapp --tool-path /bin
RUN retype build --output .docker-build/
FROM httpd:latest
COPY --from=builder /build/.docker-build/ /usr/local/apache2/htdocs/