mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
4 lines
95 B
Docker
4 lines
95 B
Docker
FROM alpine
|
|
RUN apk --update --no-cache add ca-certificates
|
|
COPY ./api /api
|
|
ENTRYPOINT ["/api"] |