mirror of
https://github.com/sschum/froscon-2023-demo.git
synced 2025-02-01 17:59:12 +01:00
3 lines
53 B
Docker
3 lines
53 B
Docker
|
FROM nginx:alpine
|
||
|
|
||
|
COPY ./src/ /usr/share/nginx/html/
|