mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -8,7 +8,7 @@ RUN yarn install && yarn run build
|
|||||||
|
|
||||||
|
|
||||||
### BUILD TORRSERVER MULTIARCH START ###
|
### BUILD TORRSERVER MULTIARCH START ###
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.19-alpine as builder
|
FROM --platform=$BUILDPLATFORM golang:1.20-alpine as builder
|
||||||
|
|
||||||
COPY . /opt/src
|
COPY . /opt/src
|
||||||
COPY --from=front /app/build /opt/src/web/build
|
COPY --from=front /app/build /opt/src/web/build
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ export const useMaterialUITheme = () => {
|
|||||||
overrides: {
|
overrides: {
|
||||||
MuiTypography: {
|
MuiTypography: {
|
||||||
h6: {
|
h6: {
|
||||||
fontSize: '1.2rem',
|
fontSize: '1.0rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
MuiPaper: {
|
MuiPaper: {
|
||||||
|
|||||||
Reference in New Issue
Block a user