No description
Find a file
Kevin Sivic e9d0de405c
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 24s
Install Docker from official repository for newer API version
The docker.io package from apt provides Docker client API v1.41,
which is too old for the DIND server (requires v1.44+).

Install docker-ce-cli from Docker's official repository to get
a compatible client version.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 00:58:09 -05:00
.claude Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
.forgejo/workflows Install Docker from official repository for newer API version 2025-12-01 00:58:09 -05:00
assets Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
config Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
lib Fix Docker OpenSSL compatibility and deprecation warnings 2025-11-28 22:15:45 -05:00
priv Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
test Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
.dockerignore Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
.env.example Configure docker-compose to use .env file 2025-11-29 00:21:51 -05:00
.formatter.exs Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
.gitignore Add sample .env file for environment configuration 2025-11-28 22:14:45 -05:00
.tool-versions Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
AGENTS.md Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
docker-compose.yml Configure docker-compose to use .env file 2025-11-29 00:21:51 -05:00
DOCKER_README.md Configure docker-compose to use .env file 2025-11-29 00:21:51 -05:00
Dockerfile Fix entrypoint.sh permissions in Docker container 2025-11-28 22:27:17 -05:00
entrypoint.sh Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
mix.exs Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
mix.lock Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00
README.md Initial commit: RateMyClient™ Phoenix application 2025-11-28 21:30:50 -05:00

MyFirstElixirVibeCode

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more