diff options
| -rw-r--r-- | Dockerfile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM --platform=linux/amd64 python:3.9-slim  # Allow service to handle stops gracefully  STOPSIGNAL SIGQUIT  | 
| index : forms-backend | ||
| A mirrored copy of the python-discord/forms-backend repository. | 
| aboutsummaryrefslogtreecommitdiffstats | 
| -rw-r--r-- | Dockerfile | 2 | 
@@ -1,4 +1,4 @@ -FROM python:3.9-slim +FROM --platform=linux/amd64 python:3.9-slim  # Allow service to handle stops gracefully  STOPSIGNAL SIGQUIT  |