mirror of
https://github.com/leaders-of-digital-9-task/backend.git
synced 2024-11-24 02:03:48 +03:00
9 lines
113 B
Bash
9 lines
113 B
Bash
#!/bin/bash
|
|
|
|
set -o errexit
|
|
set -o nounset
|
|
|
|
cd /app/image_markuper
|
|
|
|
exec celery -A config worker --loglevel=INFO
|