mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
add root to nginx
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM nginx:1.23.3-alpine
|
||||
|
||||
USER root
|
||||
|
||||
# Install bash.
|
||||
RUN apk update && apk add bash && apk add curl
|
||||
Reference in New Issue
Block a user