3 lines
59 B
Docker
3 lines
59 B
Docker
|
FROM nginx:1.24-alpine
|
||
|
COPY static /usr/share/nginx/html
|