4ab0b0b8da
- Dockerfiles nu i repo roden så Portainer kan bygge direkte fra Gitea URL - COPY paths opdateret til at inkludere subdirectory (backend/, nginx/) - docker-compose.yml build paths opdateret - README build-kommandoer + Portainer guide + projektstruktur opdateret
2 lines
70 B
Plaintext
2 lines
70 B
Plaintext
FROM nginx:alpine
|
|
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf |