Skip to content

Commit

Permalink
Add empty cert able to be replaced
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH committed Jan 19, 2025
1 parent 4c0f34f commit 5d339fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d339fc

Please sign in to comment.