diff options
| author | Bobby <[email protected]> | 2023-11-24 18:02:13 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-24 18:02:13 -0500 |
| commit | 611fb42f7fb3ebcc2df1a3ea68fbf8e71c16c47f (patch) | |
| tree | 84953d2c543c9adc78b98feb4ca9d60db8e819b3 /entrypoint.sh | |
| parent | ebeb51238701860f35eb6e0bc7e4a720add88291 (diff) | |
| download | thatcomputerscientist-611fb42f7fb3ebcc2df1a3ea68fbf8e71c16c47f.tar.xz thatcomputerscientist-611fb42f7fb3ebcc2df1a3ea68fbf8e71c16c47f.zip | |
Updated Dockerfile
Diffstat (limited to 'entrypoint.sh')
| -rw-r--r-- | entrypoint.sh | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index 9760a84d..c7263321 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,17 +1,7 @@ -#!/bin/bash - -# Collect static files -echo "Collect static files" python manage.py collectstatic --noinput -# Create database migrations -echo "Create database migrations" python manage.py makemigrations -# Apply database migrations -echo "Apply database migrations" python manage.py migrate -# Start server -echo "Starting server" -python manage.py runserver 0.0.0.0:8000
\ No newline at end of file +python manage.py runserver
\ No newline at end of file |
