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