This commit is contained in:
		| @@ -1,11 +1,13 @@ | |||||||
| FROM python:3.10-slim | FROM python:3-slim | ||||||
| ENV DOCKERIZED=true | ENV DOCKERIZED=true | ||||||
|  |  | ||||||
| WORKDIR /app | WORKDIR /app | ||||||
|  | RUN pip install pipenv | ||||||
|  |  | ||||||
|  |  | ||||||
| COPY Pipfile Pipfile.lock ./ | COPY Pipfile Pipfile.lock ./ | ||||||
|  |  | ||||||
| RUN pip install pipenv && pipenv install --system --deploy | RUN pipenv install --system --deploy | ||||||
|  |  | ||||||
| COPY bot . | COPY bot . | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								Pipfile
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								Pipfile
									
									
									
									
									
								
							| @@ -6,6 +6,7 @@ name = "pypi" | |||||||
| [packages] | [packages] | ||||||
| peewee = "*" | peewee = "*" | ||||||
| python-telegram-bot = {extras = ["job-queue"], version = "*"} | python-telegram-bot = {extras = ["job-queue"], version = "*"} | ||||||
|  | anyio = "*" | ||||||
|  |  | ||||||
| [dev-packages] | [dev-packages] | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Pipfile.lock
									
									
									
										generated
									
									
									
								
							| @@ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|     "_meta": { |     "_meta": { | ||||||
|         "hash": { |         "hash": { | ||||||
|             "sha256": "cd959bb2617886ea733bed6ee34cda38a9ab3c744963543582bb7e18ca1c9722" |             "sha256": "5458e81c4f85af776acc44f46af838644ef8c00ccf4223fbe06f9d76a4717fc6" | ||||||
|         }, |         }, | ||||||
|         "pipfile-spec": 6, |         "pipfile-spec": 6, | ||||||
|         "requires": {}, |         "requires": {}, | ||||||
| @@ -19,7 +19,7 @@ | |||||||
|                 "sha256:48d53f0b141f5757c38d648309e6fe254857fae092d67f938fa248d7c0f36804", |                 "sha256:48d53f0b141f5757c38d648309e6fe254857fae092d67f938fa248d7c0f36804", | ||||||
|                 "sha256:596b09c520820e7eed961ddc889540972f92d5e8fcb081117fc054c409df34ae" |                 "sha256:596b09c520820e7eed961ddc889540972f92d5e8fcb081117fc054c409df34ae" | ||||||
|             ], |             ], | ||||||
|             "markers": "python_version >= '3.8'", |             "index": "pypi", | ||||||
|             "version": "==4.0.0rc1" |             "version": "==4.0.0rc1" | ||||||
|         }, |         }, | ||||||
|         "apscheduler": { |         "apscheduler": { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user