Prepare release of 2023.7.1-beta

This commit is contained in:
Fred Boniface
2023-07-12 21:00:28 +01:00
parent c61a8e9ff0
commit 81ec43ef5a
8 changed files with 147 additions and 100 deletions

View File

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