Skip to content

Commit

Permalink
add license to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
snixtho committed Jul 25, 2024
1 parent 7c02a0c commit c73c8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL org.opencontainers.image.title="EvoSC#" \
org.opencontainers.image.description="Next-generation server controller for Trackmania." \
org.opencontainers.image.authors="Evo" \
org.opencontainers.image.vendor="Evo eSports e.V." \
org.opencontainers.image.licenses="UNLICENSED" \
org.opencontainers.image.licenses="GPL-3.0 License " \
org.opencontainers.image.version=${VERSION} \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${REVISION}
Expand Down

0 comments on commit c73c8f9

Please sign in to comment.