blob: da89db1492d59c2c16670b1e93f913b53ce87c3e [file] [log] [blame]
# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
FROM gcr.io/distroless/static:latest
WORKDIR /app
COPY ./botsregulator ./
ENTRYPOINT ["./botsregulator"]