File diff 8cf348acb59a → 5d29f6c475b3
docker/Dockerfile
Show inline comments
...
 
@@ -26,4 +26,4 @@ RUN set -ex \
 
COPY . /app/symposion_app
 

	
 
WORKDIR /app/symposion_app
 
CMD ["python3", "manage.py", "runserver", "0.0.0.0:8000"]
 
CMD ["/app/symposion_app/docker/deploy_with_sqlite.sh"]