Skip to content
Snippets Groups Projects
Commit 742137d4 authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

added docker file for the nginx server

parent f5a13b68
No related branches found
No related tags found
No related merge requests found
FROM nginx
# replace the default config file with the one we want
RUN rm /etc/nginx/conf.d/default.conf
COPY backend_map.conf /etc/nginx/conf.d/
COPY loco_nginx.conf /etc/nginx/conf.d/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment