docker: fix comment
This commit is contained in:
+1
-1
@@ -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"]
|
||||
Reference in New Issue
Block a user