fix: Correct persistence directory name

This commit is contained in:
oSumAtrIX
2023-10-23 20:02:36 +02:00
parent 3404b53b26
commit 6238e33c42
3 changed files with 3 additions and 3 deletions

View File

@@ -11,6 +11,6 @@ RUN apt update && \
apt-get install git build-essential libffi-dev libssl-dev openssl --no-install-recommends -y \
&& pip install --no-cache-dir -r requirements.txt
VOLUME persistance
VOLUME persistence
CMD [ "python3", "-m" , "sanic", "app:app", "--fast", "--access-logs", "--motd", "--noisy-exceptions", "-H", "0.0.0.0"]