Updating dockerfile

This commit is contained in:
Tara Wilson 2025-01-18 09:17:07 -05:00
parent afa9e79862
commit 46bc6b765e

View File

@ -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
EXPOSE 80