|
|
пре 1 месец | |
|---|---|---|
| .. | ||
| venv | пре 1 месец | |
| .dockerignore | пре 1 месец | |
| dockerfile | пре 1 месец | |
| parse_service.py | пре 1 месец | |
| readme.md | пре 1 месец | |
| requirements.txt | пре 1 месец | |
docker buildx create --name mybuilder --use
docker buildx inspect --bootstrap
docker buildx build \ --platform linux/amd64 \ -t parse:amd64 \ --load .
docker run -d -p 8000:8000 --name parser parser:latest