mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-08 23:42:53 +01:00
Added SPDX license header to Dockerfile
This commit is contained in:
parent
8a6507b5f2
commit
e95c69e41f
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2021-2024 Winni Neessen <wn@neessen.dev>
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
FROM scratch
|
||||
ENTRYPOINT ["/apg"]
|
||||
COPY apg /
|
||||
|
|
Loading…
Reference in a new issue