4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
FROM alpine
|
|
COPY * /
|
|
RUN --mount=type=secret,id=mysecret cat /run/secrets/mysecret
|