Parcourir la source

fix bot not exiting on sigint/sigterm

Pietro Albini il y a 6 ans
Parent
commit
fbd0044bbf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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