5 lines
62 B
Docker
5 lines
62 B
Docker
FROM nginx:alpine
|
|
|
|
COPY src/ /usr/share/nginx/html/
|
|
|
|
EXPOSE 80 |