Make token generator script
This commit is contained in:
parent
63bfae1014
commit
8268fed28c
3 changed files with 110 additions and 17 deletions
|
|
@ -57,5 +57,7 @@ FROM scratch
|
|||
|
||||
COPY --from=mirror /out/ /
|
||||
COPY init /init
|
||||
COPY bin/ /bin/
|
||||
COPY etc/ /etc/
|
||||
COPY lib/ /lib/
|
||||
COPY sbin/ /sbin/
|
||||
|
|
|
|||
Reference in a new issue