Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
FROM azoneslab/invioce_extraction:
|
| 2 |
|
| 3 |
CMD ["python3","manage.py","runserver","0.0.0.0:7860"]
|
|
|
|
| 1 |
+
FROM azoneslab/invioce_extraction:django_checkbox
|
| 2 |
|
| 3 |
CMD ["python3","manage.py","runserver","0.0.0.0:7860"]
|