From 06b8d864f4edd93800858ac5717a722ae67d1996 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Sat, 6 Jan 2024 20:08:40 -0800 Subject: [PATCH] comments, re-indents, etc (nothing substantitive) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5139f06..c931b83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM nginx:alpine WORKDIR /usr/share/nginx/html # RUN rm -f index.html -# COPY default.conf /etc/nginx/conf.d/ +COPY default.conf /etc/nginx/conf.d/ COPY . .