Add comment for demo

This commit is contained in:
Glenn Y. Rolland 2022-01-21 10:25:25 +01:00
parent 4216e6f371
commit 73579e04ff
1 changed files with 2 additions and 0 deletions

View File

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