1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00
Files
mxpv-podsync/cmd/api/Dockerfile

4 lines
95 B
Docker
Raw Normal View History

2019-02-24 14:19:55 -08:00
FROM alpine
RUN apk --update --no-cache add ca-certificates
2019-03-06 22:19:59 -08:00
COPY ./api /api
ENTRYPOINT ["/api"]