docker: fix comment

This commit is contained in:
2026-05-31 13:37:17 -04:00
parent b370d50e8b
commit b38e0c825b
+1 -1
View File
@@ -11,6 +11,6 @@ RUN go get && CGO_ENABLED=0 go build -o out/scannerbot-server
# Final squashed image
FROM scratch AS final
# Copy yt-dlp-bot app binary
# Copy server binary
COPY --from=app-builder /opt/server/out/scannerbot-server /bin/
ENTRYPOINT ["/bin/scannerbot-server"]