f7b29716fd
* Enhancements in clarity to docs/tasks/access-application-cluster/connecting-frontend-backend.md * Code review comments * Reverting name of service due to backed value in Dockerimage
5 lines
100 B
Docker
5 lines
100 B
Docker
FROM nginx:1.17.3
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY frontend-nginx.conf /etc/nginx/conf.d
|