fix: ignore hadolint DL3066 for non-numeric USER www-data #32

Merged
jcabillot merged 1 commits from fix/hadolint-dl3066 into master 2026-08-02 12:35:31 -04:00
Showing only changes of commit ad8b3b7830 - Show all commits
+1 -1
View File
@@ -5,5 +5,5 @@ WORKDIR /app
COPY Caddyfile /etc/frankenphp/Caddyfile
COPY --chown=www-data:www-data root /app/public
# hadolint ignore=DL3066
USER www-data