mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
10 lines
156 B
Smarty
10 lines
156 B
Smarty
FROM fluentd
|
|
|
|
# This container will only run in dev env, so this is ok.
|
|
USER root
|
|
|
|
# Install bash and curl.
|
|
RUN apk add bash curl
|
|
|
|
EXPOSE 24224
|
|
EXPOSE 8888 |