fix: Remove license on Coder Docker image (#4683)

I didn't know what do change it to, but figured removing it
made the most sense. Fixes #3723.
This commit is contained in:
Kyle Carberry
2022-10-21 12:31:10 -05:00
committed by GitHub
parent 4d8cc7594d
commit 31b61d1bf8
+1 -2
View File
@@ -12,8 +12,7 @@ LABEL \
org.opencontainers.image.description="A tool for provisioning self-hosted development environments with Terraform." \
org.opencontainers.image.url="https://github.com/coder/coder" \
org.opencontainers.image.source="https://github.com/coder/coder" \
org.opencontainers.image.version="$CODER_VERSION" \
org.opencontainers.image.licenses="AGPL-3.0"
org.opencontainers.image.version="$CODER_VERSION"
# The coder binary is injected by scripts/build_docker.sh.
COPY --chown=coder:coder --chmod=755 coder /opt/coder