forked from extern/froscon-2023-demo
3 lines
53 B
Docker
3 lines
53 B
Docker
|
FROM nginx:alpine
|
||
|
|
||
|
COPY ./src/ /usr/share/nginx/html/
|