diff options
| author | Bobby <[email protected]> | 2023-11-10 19:50:19 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-11-10 19:50:19 -0500 |
| commit | d0dc6b753489adfa8c9a44c56ab5126c91292178 (patch) | |
| tree | 35356b11e7ec0a66573f85f1559dd4628592f101 | |
| parent | d2419fa6a395bf8b79103064f1a7e769a0d3162f (diff) | |
| download | thatcomputerscientist-d0dc6b753489adfa8c9a44c56ab5126c91292178.tar.xz thatcomputerscientist-d0dc6b753489adfa8c9a44c56ab5126c91292178.zip | |
Update Dockerfile
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ RUN pip install -r requirements.txt COPY . /shifoo/ -RUN python manage.py collectstatic --noinput +# RUN python manage.py collectstatic --noinput # RUN python manage.py makemigrations |
