6 lines
57 B
Docker
6 lines
57 B
Docker
|
FROM nginx:1.24.0-alpine
|
||
|
|
||
|
COPY . /usr/share/nginx/html
|
||
|
|
||
|
|