diff --git a/Dockerfile b/Dockerfile index 0d67ca4..1134083 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,8 @@ -FROM nginx:alpine +FROM nginx:stable WORKDIR /site COPY . . -RUN apk add bash RUN /bin/bash compile.sh RUN cp -r ./out/* /usr/share/nginx/html