OEM und STATS image #11

Merged
holzi1005 merged 17 commits from feature/oem-image into main 2024-12-03 22:30:45 +01:00
Showing only changes of commit 05d9e5c69d - Show all commits

View file

@ -76,8 +76,7 @@ RUN apk del \
RUN rm -r node_modules \
&& rm artifact.tar.gz \
&& rm -r var/cache \
&& mkdir var \
&& chown nobody var
&& chown -R nobody var
USER nobody