Productionize Hugo Configuration #8

Merged
me merged 4 commits from dev into main 2025-08-15 12:13:16 -07:00
Showing only changes of commit 6dac535211 - Show all commits

View File

@@ -6,8 +6,6 @@ FROM debian:bookworm-slim
## Setup ##
# System Dependencies
RUN apt-get update && apt-get install -y git hugo nginx cron curl bash sudo htop
RUN service nginx start
RUN service cron start
# User and Group
RUN groupadd -r hugo && useradd -r -g hugo hugo