Browse Source

Dummy change for webhook.

scossu 1 year ago
parent
commit
cdb9eebfef
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -13,6 +13,7 @@ COPY entrypoint.sh uwsgi.ini wsgi.py ./
 COPY ext ./ext/
 RUN pip install ext/arabic_transliterator
 
+
 COPY scriptshifter ./scriptshifter/
 RUN chmod +x ./entrypoint.sh
 RUN addgroup -S www && adduser -S www -G www