From afa9e79862f0de35b0dd3cdf8d9c579287f54dd6 Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Fri, 17 Jan 2025 20:35:14 -0500 Subject: [PATCH] Updating dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb52422..a4042d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ -FROM nginx:latest-alpine +FROM alpine:latest +RUN apk add --no-cache nginx COPY /source /usr/share/nginx/html COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file