4 lines
55 B
Docker
4 lines
55 B
Docker
|
FROM nginx:latest
|
||
|
|
||
|
COPY public/ /usr/share/nginx/html/
|