3 lines
60 B
Docker
3 lines
60 B
Docker
|
FROM nginx:1.19.5
|
||
|
COPY build /usr/share/nginx/html
|
||
|
EXPOSE 80
|