This commit is contained in:
2025-10-06 14:11:51 +03:00
parent c7b283d0ef
commit 94b95d132b
6 changed files with 56 additions and 16 deletions

5
docker.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker build -t cv-generator .
docker run --rm -v $(pwd):/app/output cv-generator