diff --git a/Dockerfile b/Dockerfile index f90b9db..551d344 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ # Use the official Python image FROM python:3.10-slim +LABEL com.centurylinklabs.watchtower.enable="false" + # Set the working directory in the container WORKDIR /gupbot