docker: add comment

This commit is contained in:
Valentin Tolmer 2021-11-23 11:03:42 +01:00
parent edf9e538ce
commit 1013ed6cd7

View File

@ -51,6 +51,7 @@ RUN set -x \
--home /app \
--uid 10001 \
app \
# Create the /data folder
&& mkdir /data && chown app:app /data
USER app