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