From 46bc6b765e90d6f869749b8d0dfe9093b210a522 Mon Sep 17 00:00:00 2001 From: Tara Wilson Date: Sat, 18 Jan 2025 09:17:07 -0500 Subject: [PATCH] Updating dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a4042d1..7e40235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest -RUN apk add --no-cache nginx +FROM nginx:latest COPY /source /usr/share/nginx/html -COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file +COPY nginx.conf /etc/nginx/nginx.conf +EXPOSE 80 \ No newline at end of file