mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
Update Dockerfile
This commit is contained in:
@@ -28,6 +28,7 @@ RUN set -x \
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=builder /usr/bin/transfer.sh /usr/bin/transfer.sh
|
||||
COPY --from=builder /etc/ssl/certs/ /etc/ssl/certs
|
||||
|
||||
ENTRYPOINT [ "transfer.sh" ]
|
||||
CMD [ "--help" ]
|
||||
|
||||
Reference in New Issue
Block a user