diff --git a/Dockerfile b/Dockerfile index 6f046fb..5558330 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ FROM nginx:alpine3.17-slim # Copy built files from Vite's dist folder COPY --from=builder /app/Website/dist /usr/share/nginx/html +COPY --from=builder /app/Website/media /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file diff --git a/Website/modules/Settings.tsx b/Website/modules/Settings.tsx index 14a80c1..e10df8a 100644 --- a/Website/modules/Settings.tsx +++ b/Website/modules/Settings.tsx @@ -57,7 +57,7 @@ export default function Settings({ backendConnected, apiUri, frontendSettings, s return (