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

@@ -33,7 +33,6 @@ RUN apt-get update -y && \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
# Entrypoint
COPY build-private.sh /root/build.sh
ENTRYPOINT ["/root/build.sh"]