From 5d339fc1a06362af90a8c562b7103740ff284a9e Mon Sep 17 00:00:00 2001 From: Sella-GH <147769367+Sella-GH@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:59:33 +0100 Subject: [PATCH] Add empty cert able to be replaced --- dev.Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev.Dockerfile b/dev.Dockerfile index db0a536f..44aefc1d 100644 --- a/dev.Dockerfile +++ b/dev.Dockerfile @@ -36,6 +36,9 @@ RUN sed -i "s\Commit not found\\$COMMIT\g" /app/Modules/Core/Files/AppStats.json && sed -i "s\Compilation date not found\\$TIMESTAMP\g" /app/Modules/Core/Files/AppStats.json \ && sed -i "s\Lines of source code not found\\$LOC_CS\g" /app/Modules/Core/Files/AppStats.json +# Dev Build only: Add empty certificate for local testing +RUN touch /etc/ssl/certs/azzybot.crt + # Add new user RUN useradd -M -U azzy && chown -R azzy:azzy /app && chmod 0755 -R /app USER azzy