Skip to content

Commit

Permalink
Update LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKoerner committed Jun 20, 2024
1 parent 1afe524 commit 1194229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1194229

Please sign in to comment.