ScuttleBot

scuttlebot / deploy / docker / Dockerfile.release
Blame History Raw 9 lines
1
FROM alpine:3.20
2
RUN apk add --no-cache ca-certificates tzdata
3
COPY scuttlebot /usr/local/bin/scuttlebot
4
ENV SCUTTLEBOT_API_ADDR=:8080
5
ENV SCUTTLEBOT_MCP_ADDR=:8081
6
EXPOSE 8080
7
EXPOSE 8081
8
ENTRYPOINT ["scuttlebot"]
9

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button