diff --git a/Dockerfile b/Dockerfile index d45e2ae..fba1ec7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN CGO_ENABLED=0 go build -o /out/yaju-keisatsu ./cmd/yaju-is-always-watching-y FROM alpine:3.20 RUN apk add --no-cache ca-certificates COPY --from=build /out/yaju-keisatsu /usr/local/bin/yaju-keisatsu +COPY phrases.yaml /etc/yaju-keisatsu/phrases.yaml EXPOSE 8080 ENTRYPOINT ["/usr/local/bin/yaju-keisatsu"] CMD ["-config", "/etc/yaju-keisatsu/config.yaml"]