diff --git a/Dockerfile.server b/Dockerfile.server index f5f2dbd..8722459 100644 --- a/Dockerfile.server +++ b/Dockerfile.server @@ -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"] \ No newline at end of file