Update docker entry
Docker Build and Release Upload / build (push) Successful in 1m26s

This commit is contained in:
2025-07-26 12:10:45 -07:00
parent 478ce2f592
commit 0a9ee122e7
4 changed files with 19 additions and 5 deletions
+3 -5
View File
@@ -56,11 +56,9 @@ RUN set -e && \
FROM mcr.microsoft.com/dotnet/aspnet:9.0
WORKDIR /certs
RUN apt update && apt upgrade -y && \
apt install -y openssl && \
openssl genrsa -out private_key.pem 2048 && \
openssl rsa -in private_key.pem -pubout -out public_key.pem
WORKDIR /
COPY cert-gen.sh /cert-gen.sh
RUN chmod +x /cert-gen.sh
WORKDIR /app