4 lines
57 B
Docker
4 lines
57 B
Docker
|
|
FROM nginx:alpine
|
||
|
|
COPY . /usr/share/nginx/html
|
||
|
|
EXPOSE 80
|