fix bad output path
Docker Build and Release Upload / build (push) Successful in 1m22s

This commit is contained in:
2025-07-26 12:23:49 -07:00
parent 1cfad5afa4
commit 41da53087d
+1 -1
View File
@@ -4,7 +4,7 @@
if [ ! -f /certs/private_key.pem ]; then if [ ! -f /certs/private_key.pem ]; then
echo "Generating RSA key pair..." echo "Generating RSA key pair..."
openssl genrsa -out /certs/private_key.pem 2048 openssl genrsa -out /certs/private_key.pem 2048
openssl rsa -in /certs/private_key.pem -pubout -out public_key.pem openssl rsa -in /certs/private_key.pem -pubout -out /certs/public_key.pem
fi fi
# Launch the application # Launch the application