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 3cbbbec88b - Show all commits

View file

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