Sign in
chromium
/
infra
/
infra.git
/
7ebcedcddf3bddfd446f838fb7be7b66fefb063e
/
.
/
go
/
src
/
infra
/
cros
/
botsregulator
/
cmd
/
botsregulator
/
Dockerfile
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"
]