4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
FROM nginx
|
|
COPY dist/ /home/web
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|