Remove running service commands since they don't actually keep the programs enabled.

This commit is contained in:
2025-08-15 11:46:23 -07:00
parent d035f9d8e7
commit 6dac535211

View File

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