diff options
| author | Bobby <[email protected]> | 2022-07-20 19:40:25 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-07-20 19:40:25 +0530 |
| commit | 6b6ac30d1c63230060f1a0a1db454858c066e34e (patch) | |
| tree | 45640dafdb05dd13faa84917746bfa9393f51bed /Dockerfile | |
| parent | 4b210c88bfa02b9d835f4e37c33ec88daab55dad (diff) | |
| download | thatcomputerscientist-6b6ac30d1c63230060f1a0a1db454858c066e34e.tar.xz thatcomputerscientist-6b6ac30d1c63230060f1a0a1db454858c066e34e.zip | |
Reverting back Dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,8 +18,7 @@ RUN pip install -r requirements.txt COPY . . RUN python manage.py collectstatic --noinput -RUN python manage.py makemigrations -RUN python manage.py migrate + EXPOSE 8080 |
