diff --git a/Dockerfile b/Dockerfile index 81b79c7..5dbe571 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ WORKDIR /app COPY --from=build /app/dist /app/dist COPY --from=build /app/fonts /app/fonts COPY versions /app/versions +COPY LICENSE /app/LICENSE COPY package.json /app/package.json COPY package-lock.json /app/package-lock.json RUN npm ci --production diff --git a/LICENSE b/LICENSE index c74dff2..b117e2b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Florian Körner +Copyright (c) 2024 Florian Körner Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal