3 lines
52 B
Docker
3 lines
52 B
Docker
|
FROM nginx:latest
|
||
|
COPY public/ /usr/lib/nginx/html/
|