mirror of
https://github.com/alist-org/gofakes3.git
synced 2025-12-24 12:58:04 +08:00
6 lines
115 B
Docker
6 lines
115 B
Docker
FROM scratch
|
|
ADD ca-certificates.crt /etc/ssl/certs/
|
|
ADD build/main /
|
|
EXPOSE 9000
|
|
CMD ["/main", "-backend", "mem"]
|