remove commented out line

This commit is contained in:
2025-04-30 16:20:53 -05:00
parent cc5704506b
commit df86eec943

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