Add comment for demo

This commit is contained in:
Glenn Y. Rolland 2022-01-21 10:25:25 +01:00
parent 4216e6f371
commit 73579e04ff

View file

@ -10,6 +10,8 @@
# FROM nextcloud:22.2-apache # FROM nextcloud:22.2-apache
FROM nextcloud:23.0-apache FROM nextcloud:23.0-apache
# This is a stupid comment for a demo (remove later)
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y nano \ && apt-get install -y nano \
&& apt-get clean && apt-get clean