diff --git a/nise-frontend/Dockerfile b/nise-frontend/Dockerfile index 5193ef6..8216513 100644 --- a/nise-frontend/Dockerfile +++ b/nise-frontend/Dockerfile @@ -1,10 +1,7 @@ -FROM openresty/openresty:focal +FROM nginx:1.27.0 RUN rm -rf /usr/share/nginx/html/* -RUN /usr/local/openresty/luajit/bin/luarocks install luaxml -RUN /usr/local/openresty/luajit/bin/luarocks install lua-resty-http - COPY dist/nise-frontend /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf