remove commented out line

This commit is contained in:
Ryan Cavicchioni 2025-04-30 16:20:53 -05:00
parent 623a5904f3
commit 57e913d4e9
Signed by: ryanc
SSH Key Fingerprint: SHA256:FEbwJ3JyWHwYNAM8BqctZ/LmHHg1bzfi/huOj7FxlXU

View File

@ -34,7 +34,6 @@ FROM base
ENV PORT=4567
# RUN useradd ruby --home /app --shell /bin/sh
RUN useradd --home /kubernaut --create-home kubernaut
USER kubernaut:kubernaut