mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
6 lines
100 B
Smarty
6 lines
100 B
Smarty
FROM nginx:1.23.3-alpine
|
|
|
|
USER root
|
|
|
|
# Install bash.
|
|
RUN apk update && apk add bash && apk add curl |