docker: add comment

This commit is contained in:
Valentin Tolmer 2021-11-23 11:03:42 +01:00 committed by nitnelave
parent edf9e538ce
commit c0869b4324

View File

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