4 lines
60 B
Docker
4 lines
60 B
Docker
|
FROM nginx:1.25-alpine-slim
|
||
|
|
||
|
COPY src /usr/share/nginx/html
|