diff --git a/Dockerfile b/Dockerfile index ddb865b4831..670ffc78753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,8 @@ # syntax=docker/dockerfile:1 +# SPDX-FileCopyrightText: 2025 Pagefault Games +# SPDX-FileContributor: domagoj03 +# +# SPDX-License-Identifier: AGPL-3.0-only ARG NODE_VERSION=22.14 ARG OS=alpine diff --git a/REUSE.toml b/REUSE.toml index 38d67ece007..b0a1fff7d57 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -43,6 +43,7 @@ path = [ "**/*.gitignore", "**/*.gitmodules", "**/*.gitattributes", + "**/*.dockerignore", # Configuration files ".editorconfig", ".vscode/**/*.json", diff --git a/docs/podman.md b/docs/podman.md index dea52131e92..ced4ffcde3e 100644 --- a/docs/podman.md +++ b/docs/podman.md @@ -1,3 +1,8 @@ + # Using Podman ## Requirements