mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +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
|
||||
COPY --from=builder /usr/local/cargo/bin/agate /usr/bin/agate
|
||||
WORKDIR /app
|
||||
COPY tools/docker/start.sh /app
|
||||
ENTRYPOINT ["/bin/sh", "start.sh"]
|
||||
EXPOSE 1965
|
||||
VOLUME /gmi/
|
||||
VOLUME /certs/
|
||||
|
||||
ENTRYPOINT ["agate", "--addr", "0.0.0.0:1965", "--content", "/gmi/", "--certs", "/certs/"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue