docker instructions cleanup

This commit is contained in:
Kirill Markin 2024-12-30 15:58:04 +01:00
parent 7c32b7a565
commit cde732c57d
No known key found for this signature in database
GPG key ID: 03AB9530E15B9C1C
4 changed files with 67 additions and 33 deletions

View file

@ -1,10 +1,13 @@
services:
repo-to-text:
build: .
build:
context: .
dockerfile: Dockerfile
volumes:
- ${HOME:-/home/user}:/home/user
working_dir: /home/user
environment:
- HOME=/home/user
user: "${UID:-1000}:${GID:-1000}"
init: true
entrypoint: ["/bin/bash"]