lucas.mathieu 1f6b0b5ac8
All checks were successful
Build and Push Docker Image / docker-build (push) Successful in 11s
docs: add run instructions in README
2025-11-26 10:35:00 +00:00
2025-11-26 10:14:05 +00:00
2025-11-26 09:50:45 +00:00
2025-11-26 09:50:45 +00:00
2025-11-26 09:50:45 +00:00
2025-11-26 09:50:45 +00:00
2025-11-26 10:35:00 +00:00

Docker build pipeline badge

Flingue Website

Description

Small static website served by an Nginx container.

How to run

With docker run

docker run -p 8080:80 git.lucaasmth.me/lucas.mathieu/flingue-website:latest

With docker compose

services:
  flingue-website:
    image: git.lucaasmth.me/lucas.mathieu/flingue-website:latest
    ports:
      - 8080:80
Description
No description provided
https://flingue.lucaasmth.me
Readme 146 KiB
Languages
Dockerfile 100%