remove nextcloud and prepare for prod
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m48s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m48s
This commit is contained in:
@@ -19,6 +19,6 @@ RUN python -m venv venv \
|
||||
EXPOSE 8080
|
||||
|
||||
#CMD ["python", "manage.py", "runserver", "0.0.0.0:8080"]
|
||||
CMD ["sh", "-c", "source venv/bin/activate && python manage.py runserver 0.0.0.0:8080"]
|
||||
CMD ["sh", "-c", "source venv/bin/activate && python manage.py collectstatic && python manage.py runserver 0.0.0.0:8080"]
|
||||
#CMD ["./startup.sh"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user