diff options
| author | Bobby <[email protected]> | 2022-09-05 19:26:37 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-05 19:26:37 -0400 |
| commit | aa291dbd77ff099652c03bf3a58af47c2295fd19 (patch) | |
| tree | 4aa5e587d47e9c703c0a2474ff9ac109b8d3889c | |
| parent | 10dccc6faa8c95b34a96cdfeae6daa335fe9b76d (diff) | |
| download | thatcomputerscientist-aa291dbd77ff099652c03bf3a58af47c2295fd19.tar.xz thatcomputerscientist-aa291dbd77ff099652c03bf3a58af47c2295fd19.zip | |
Removed Migrations from Dockerfile
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -17,10 +17,6 @@ RUN pip install -r requirements.txt COPY . . -# Migrations -RUN python manage.py makemigrations -RUN python manage.py migrate - RUN python manage.py collectstatic --noinput |
