ea6004bd4f
* Consolidate YAML files [part-12] Relocate YAML files referenced by the accessing application topic and the rest of cluster administration. * Adjust json shortcodes.
5 lines
94 B
Docker
5 lines
94 B
Docker
FROM nginx:1.9.14
|
|
|
|
RUN rm /etc/nginx/conf.d/default.conf
|
|
COPY frontend.conf /etc/nginx/conf.d
|