Add comments

This commit is contained in:
ReenigneArcher
2022-03-15 19:17:22 -04:00
parent 719f4cef59
commit 3f309832f7
3 changed files with 3 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ RUN dnf -y update && \
&& dnf clean all \
&& rm -rf /var/cache/yum
# Entrypoint
COPY build-private.sh /root/build.sh
ENTRYPOINT ["/root/build.sh"]