CazC commited on
Commit
83c570e
Β·
1 Parent(s): 61f7638

Backed out the folder

Browse files
Dockerfile CHANGED
@@ -26,4 +26,4 @@ EXPOSE 7860
26
 
27
  # Set the entrypoint for the container
28
  # ENTRYPOINT ["/bin/sh", "-c", "$HOME/scripts/entrypoint.sh"]
29
- CMD ["python", "testView/manage.py", "runserver","0.0.0.0:7860","--noreload"]
 
26
 
27
  # Set the entrypoint for the container
28
  # ENTRYPOINT ["/bin/sh", "-c", "$HOME/scripts/entrypoint.sh"]
29
+ CMD ["python", "manage.py", "runserver","0.0.0.0:7860","--noreload"]
testView/__init__.py β†’ __init__.py RENAMED
File without changes
{testView/__pycache__ β†’ __pycache__}/__init__.cpython-39.pyc RENAMED
File without changes
{testView/__pycache__ β†’ __pycache__}/settings.cpython-39.pyc RENAMED
File without changes
{testView/__pycache__ β†’ __pycache__}/urls.cpython-39.pyc RENAMED
File without changes
{testView/__pycache__ β†’ __pycache__}/wsgi.cpython-39.pyc RENAMED
File without changes
testView/db.sqlite3 β†’ db.sqlite3 RENAMED
File without changes
testView/manage.py β†’ manage.py RENAMED
File without changes
{testView/myapp β†’ myapp}/__init__.py RENAMED
File without changes
{testView/myapp β†’ myapp}/__pycache__/__init__.cpython-39.pyc RENAMED
File without changes
{testView/myapp β†’ myapp}/__pycache__/admin.cpython-39.pyc RENAMED
File without changes
{testView/myapp β†’ myapp}/__pycache__/models.cpython-39.pyc RENAMED
File without changes
{testView/myapp β†’ myapp}/__pycache__/urls.cpython-39.pyc RENAMED
File without changes
{testView/myapp β†’ myapp}/__pycache__/views.cpython-39.pyc RENAMED
File without changes
{testView/myapp β†’ myapp}/admin.py RENAMED
File without changes
{testView/myapp β†’ myapp}/apps.py RENAMED
File without changes
{testView/myapp β†’ myapp}/migrations/__init__.py RENAMED
File without changes
{testView/myapp β†’ myapp}/migrations/__pycache__/__init__.cpython-39.pyc RENAMED
File without changes
{testView/myapp β†’ myapp}/models.py RENAMED
File without changes
{testView/myapp β†’ myapp}/tests.py RENAMED
File without changes
{testView/myapp β†’ myapp}/urls.py RENAMED
File without changes
{testView/myapp β†’ myapp}/views.py RENAMED
File without changes
testView/settings.py β†’ settings.py RENAMED
File without changes
testView/urls.py β†’ urls.py RENAMED
File without changes
testView/wsgi.py β†’ wsgi.py RENAMED
File without changes