5 lines
65 B
Docker
5 lines
65 B
Docker
FROM nginx:stable-alpine
|
|
|
|
COPY . /usr/share/nginx/html
|
|
|
|
EXPOSE 80 |