3 lines
94 B
Docker
Executable File
3 lines
94 B
Docker
Executable File
FROM nginx:alpine
|
|
COPY ../build /usr/share/nginx/html
|
|
COPY ./default.conf /etc/nginx/conf.d/ |