mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
Update Dockerfile
Co-authored-by: JP Hastings-Edrei <hello@byjp.me>
This commit is contained in:
parent
77892008db
commit
2f01322bc9
1 changed files with 5 additions and 2 deletions
|
|
@ -11,6 +11,9 @@ RUN apk --no-cache add libc-dev && \
|
||||||
FROM docker.io/library/alpine:latest
|
FROM docker.io/library/alpine:latest
|
||||||
COPY --from=builder /usr/local/cargo/bin/agate /usr/bin/agate
|
COPY --from=builder /usr/local/cargo/bin/agate /usr/bin/agate
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY tools/docker/start.sh /app
|
EXPOSE 1965
|
||||||
ENTRYPOINT ["/bin/sh", "start.sh"]
|
VOLUME /gmi/
|
||||||
|
VOLUME /certs/
|
||||||
|
|
||||||
|
ENTRYPOINT ["agate", "--addr", "0.0.0.0:1965", "--content", "/gmi/", "--certs", "/certs/"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue