Sfoglia il codice sorgente

fix bot not exiting on sigint/sigterm

Pietro Albini 6 anni fa
parent
commit
fbd0044bbf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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