No description
Find a file
2025-11-20 19:06:02 +01:00
assets first draft version 2025-11-11 14:21:34 +01:00
css move nav, aside and footer to foreground, fix #5 2025-11-20 19:06:02 +01:00
js move js and css to their own directories 2025-11-14 15:47:11 +01:00
Dockerfile add Dockerfile and build instructions 2025-11-14 16:01:53 +01:00
index.html add relevant titles 2025-11-14 16:49:34 +01:00
poster.html add relevant titles 2025-11-14 16:49:34 +01:00
README.md add Dockerfile and build instructions 2025-11-14 16:01:53 +01:00

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:

docker login git.interhacker.space

Then, build and push to the registry:

docker build -t git.interhacker.space/interhack/camp-website-2026:latest .
docker push git.interhacker.space/interhack/camp-website-2026:latest