From 6eb1c6770692ff93740cee4feaf93725c4037126 Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Tue, 19 Nov 2024 10:58:00 -0500 Subject: [PATCH] Update Dockerfile --- hubmap-auth/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/hubmap-auth/Dockerfile b/hubmap-auth/Dockerfile index e89df40..d22d5d7 100644 --- a/hubmap-auth/Dockerfile +++ b/hubmap-auth/Dockerfile @@ -35,7 +35,6 @@ module_hotfixes=true\n'\ RUN yum install -y yum-utils && \ yum-config-manager --enable nginx-mainline && \ yum install -y nginx && \ - rm /etc/nginx/conf.d/default.conf && \ mv nginx.conf /etc/nginx/nginx.conf && \ pip install -r src/requirements.txt && \ chmod +x start.sh && \