7 lines
78 B
Docker
7 lines
78 B
Docker
FROM nginx:1.27.4-alpine-slim
|
|
|
|
COPY ./src/ /usr/share/nginx/html/
|
|
|
|
EXPOSE 80
|
|
|