bot dev
This commit is contained in:
14
docker/bot/.dockerignore
Normal file
14
docker/bot/.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
.git/
|
||||
bin/
|
||||
backups/
|
||||
# Исключаем хранилище БД
|
||||
db_storage/
|
||||
app/var/lib/mysql
|
||||
|
||||
# Остальное лишнее
|
||||
.git
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
.env
|
||||
@@ -6,3 +6,4 @@ COPY docker/bot/requirements.txt /tmp/requirements.txt
|
||||
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
||||
|
||||
COPY . /app
|
||||
|
||||
|
||||
14
docker/celery/.dockerignore
Normal file
14
docker/celery/.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
.git/
|
||||
bin/
|
||||
backups/
|
||||
# Исключаем хранилище БД
|
||||
db_storage/
|
||||
app/var/lib/mysql
|
||||
|
||||
# Остальное лишнее
|
||||
.git
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
.env
|
||||
14
docker/db/.dockerignore
Normal file
14
docker/db/.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
.git/
|
||||
bin/
|
||||
backups/
|
||||
# Исключаем хранилище БД
|
||||
db_storage/
|
||||
app/var/lib/mysql
|
||||
|
||||
# Остальное лишнее
|
||||
.git
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
.env
|
||||
14
docker/main/.dockerignore
Normal file
14
docker/main/.dockerignore
Normal file
@@ -0,0 +1,14 @@
|
||||
.git/
|
||||
bin/
|
||||
backups/
|
||||
# Исключаем хранилище БД
|
||||
db_storage/
|
||||
app/var/lib/mysql
|
||||
|
||||
# Остальное лишнее
|
||||
.git
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
.env
|
||||
Reference in New Issue
Block a user