4 lines
45 B
Docker
4 lines
45 B
Docker
FROM nginx:alpine
|
|
|
|
COPY public /var/www/html
|
FROM nginx:alpine
|
|
|
|
COPY public /var/www/html
|