mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
add root to nginx
This commit is contained in:
parent
412e6201d7
commit
b751ff3148
@ -1,4 +1,6 @@
|
||||
FROM nginx:1.23.3-alpine
|
||||
|
||||
USER root
|
||||
|
||||
# Install bash.
|
||||
RUN apk update && apk add bash && apk add curl
|
Loading…
Reference in New Issue
Block a user