Remove test comment from Dockerfile
Some checks failed
Test CI / test (pull_request) Successful in 2s
Build forgejo-runner / build (push) Failing after 2s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-23 21:41:01 -08:00
commit 0c1a3bf0cf

View file

@ -46,4 +46,3 @@ RUN node --version && npm --version && buildah --version
# Switch back to non-root user # Switch back to non-root user
USER 1000 USER 1000
# Built with Buildah