2026.camp.public.website/README.md
2025-11-14 16:01:53 +01:00

18 lines
446 B
Markdown

# Interhack Camp Website 2026
## Build the Docker image
We use Docker for deploying on the Interhack infra. Until we have a proper CI, we need to build manually.
First, login to the Docker registry:
```bash
docker login git.interhacker.space
```
Then, build and push to the registry:
```bash
docker build -t git.interhacker.space/interhack/camp-website-2026:latest .
docker push git.interhacker.space/interhack/camp-website-2026:latest
```