mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-21 16:26:35 +03:00
docker fix
This commit is contained in:
parent
f5835d2821
commit
060506a672
|
@ -28,10 +28,6 @@ $ uvicorn redirect.app:app --reload
|
|||
```shell
|
||||
$ docker-compose -f local.yml up
|
||||
```
|
||||
Install file preview dependencies
|
||||
```shell
|
||||
$ docker-compose -f local.yml exec django /install_preview_dependencies
|
||||
```
|
||||
- server - http://127.0.0.1:8000
|
||||
- mail - http://127.0.0.1:8025
|
||||
|
||||
|
|
|
@ -71,10 +71,6 @@ COPY ./compose/local/django/start-redirect /start-redirect
|
|||
RUN sed -i 's/\r$//g' /start-redirect
|
||||
RUN chmod +x /start-redirect
|
||||
|
||||
COPY ./compose/local/django/install_preview_dependencies /install_preview_dependencies
|
||||
RUN sed -i 's/\r$//g' /install_preview_dependencies
|
||||
RUN chmod +x /install_preview_dependencies
|
||||
|
||||
COPY ./compose/local/django/celery/worker/start /start-celeryworker
|
||||
RUN sed -i 's/\r$//g' /start-celeryworker
|
||||
RUN chmod +x /start-celeryworker
|
||||
|
|
Loading…
Reference in New Issue
Block a user