Explorar o código

fix bot not exiting on sigint/sigterm

Pietro Albini %!s(int64=6) %!d(string=hai) anos
pai
achega
fbd0044bbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -53,4 +53,4 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
 
 COPY --from=build /tmp/source/target/release/triagebot /usr/local/bin/
 ENV TRIAGEBOT_PORT=80
-CMD ["triagebot"]
+CMD triagebot