Commit Graph

8 Commits

Author SHA1 Message Date
mmmohebi 19a2c3509c feat(docker-hoster): Update default socket path and Dockerfile CMD
The default docker socket path in hoster.py has been updated from "tmp/docker.sock" to "/tmp/docker.sock" to match the Dockerfile's VOLUME mounting. The Dockerfile has also been updated to use ENTRYPOINT and CMD for better container execution, and the README.md has been updated with the new image name.
2025-11-18 13:01:45 +03:30
mmmohebi a2f8eed254 feat: Add Dockerfile, .dockerignore, and CI workflow
Introduces a Dockerfile for building images, a .dockerignore file to exclude unnecessary files, and a GitHub Actions workflow for automatically building and pushing Docker images to GHCR upon release.
2025-11-18 12:38:11 +03:30
mmmohebi 0c17cdb284 fix(Dockerfile): Update base image and requirements handling
Replaced 'frolvlad/alpine-python3' with 'python:3.14-alpine'.
Modified installation to use requirements.txt for dependencies.
Updated COPY commands for hoster.py and requirements.txt.
2025-11-18 12:27:30 +03:30
David Darias 5d130b9303 Include support for docker network aliases 2018-06-30 16:38:01 -04:00
David Darias 1e96db458d Fixed a bug on container stop 2015-11-18 21:24:45 -05:00
David Darias 3b2ed478de Fixed dockerfile ADD command 2015-11-02 22:22:43 -05:00
David Darias e6f11d08b6 Changed the base image to Alpine 2015-11-02 21:46:56 -05:00
David Darias 5e6a2919bf Initial commit 2015-11-02 21:27:37 -05:00