From b45b50aa3b805f4bfd37bd967560925d42c92c6b Mon Sep 17 00:00:00 2001 From: OnceUponATimeInAmerica <114700833+OnceUponATimeInAmerica@users.noreply.github.com> Date: Sun, 25 Aug 2024 13:14:06 +0330 Subject: [PATCH] Update Dockerfile (test7) --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 979495a0..a83499c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,6 +64,9 @@ RUN apk add --no-cache --update \ SHELL ["/bin/bash", "-c"] +# Copy custom nginx configuration file to the http.d directory +COPY ./nginx_http.conf /etc/nginx/http.d/ + ## Set up the SSH keys from an environment variable #ENV AUTHORIZED_KEYS="" #RUN echo "${AUTHORIZED_KEYS}" > /root/.ssh/authorized_keys && \