mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
Add docs
This commit is contained in:
8
docs/Dockerfile
Normal file
8
docs/Dockerfile
Normal 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/
|
||||
Reference in New Issue
Block a user