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

5 lines
113 B
Docker
Raw Normal View History

2019-07-10 19:36:31 -07:00
FROM alpine
RUN apk --update --no-cache add ca-certificates
COPY ./lambda /app/lambda
ENTRYPOINT ["/app/lambda"]