changes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-19 10:35:59 +01:00
parent a40cb5801b
commit 4c9578b940
3 changed files with 4 additions and 1 deletions

View File

@@ -9,7 +9,6 @@ RUN \
sed -i 's/listen\s\+80;/listen 8080;/' /etc/nginx/conf.d/default.conf && \
sed -i 's/index index.html index.htm;/index mdwiki.html;/' /etc/nginx/conf.d/default.conf && \
sed -i 's,pid\s\+/run/nginx.pid;,pid /tmp/nginx.pid;,' /etc/nginx/nginx.conf && \
dd if=/dev/random of=/usr/share/nginx/html/numbers bs=1024 count=1000000
USER nobody
# ------------
EXPOSE 8080