mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
Update Dockerfile
This commit is contained in:
parent
ba4f225d26
commit
1f61f46611
|
@ -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" ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user