7 lines
73 B
Docker
7 lines
73 B
Docker
FROM nginx:latest-alpine
|
|
|
|
COPY ./src/ /usr/share/nginx/html/
|
|
|
|
EXPOSE 80
|
|
|