Prepare release of 2023.7.1-beta
This commit is contained in:
@@ -7,7 +7,7 @@ RUN npm install
|
||||
COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:alpine-slim
|
||||
FROM georgjung/nginx-brotli:mainline-alpine
|
||||
RUN rm -f /etc/nginx/nginx.conf
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY --from=build /app/build /usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user