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