- Introduce cache busting (to circumvent aggressive caching on iOS - but ideal in other contexts as well)
- Change the build process to allow cache busting - Optimisations to the build process - Several improvements of UI geared towards mobile experience -
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Use the official Nginx image as the base image
|
||||
FROM nginx:latest
|
||||
ARG TARGETPLATFORM
|
||||
FROM --platform=$TARGETPLATFORM nginx:latest
|
||||
|
||||
# Ensure we use user root
|
||||
USER root
|
||||
# Copy the custom Nginx configuration file into the container
|
||||
COPY ../../nginx/nginx.conf /etc/nginx/nginx.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user