diff --git a/Dockerfile b/Dockerfile index eb32eb485..28617f137 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . +VOLUME /app/examples/autopost/pics/ + CMD [ "python3", "example/multi_script_CLI.py" ]