Первый трай фикса celery
This commit is contained in:
@@ -44,8 +44,8 @@ COPY --from=builder /app /app
|
||||
ENV PYTHONUNBUFFERED=1 \
|
||||
PATH="/usr/local/bin:$PATH"
|
||||
|
||||
# Делаем entrypoint.sh исполняемым
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
# Делаем entrypoint скрипты исполняемыми
|
||||
RUN chmod +x /app/entrypoint.sh /app/entrypoint-celery.sh
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user