works on my machine

This commit is contained in:
2024-08-10 16:16:32 +02:00
parent 6eb5598949
commit 601bfc99ab
2 changed files with 14 additions and 17 deletions

View File

@ -14,5 +14,6 @@ RUN chmod 755 /var/www/djangoserver/
RUN chown -R www-data:www-data /var/www/djangoserver/
WORKDIR /var/www/djangoserver
STOPSIGNAL SIGKILL
ENTRYPOINT [ "python", "/var/www/djangoserver/server/main.py" ]
ENTRYPOINT [ "python", "/var/www/djangoserver/server/main.py" ]