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