Update README

This commit is contained in:
Caleb Fultz 2023-11-13 10:08:17 -05:00
parent ce90096aa8
commit ec035f475d

View File

@ -26,7 +26,7 @@ RUN apt-get update --yes
RUN apt-get upgrade --yes RUN apt-get upgrade --yes
RUN apt-get install --yes --quiet zandronum-server RUN apt-get install --yes --quiet zandronum-server
# Create a non-privileged user # Create zandronum user
RUN useradd -ms /bin/bash zandronum RUN useradd -ms /bin/bash zandronum
# Build the app directory and add files # Build the app directory and add files