mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-03 08:05:37 +00:00
fix(maintenance): fix branded maintenance (#9472)
This commit is contained in:
parent
e931d6e03b
commit
cd866f55c2
2
.github/workflows/docker-push.yml
vendored
2
.github/workflows/docker-push.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
- name: maintenance-base
|
||||
context: .
|
||||
file: maintenance/Dockerfile
|
||||
target: base
|
||||
target: production
|
||||
- name: maintenance-build
|
||||
context: .
|
||||
file: maintenance/Dockerfile
|
||||
|
||||
@ -61,4 +61,3 @@ LABEL maintainer="devops@ocelot.social"
|
||||
COPY --from=build /app/.output/public/ /usr/share/nginx/html/
|
||||
COPY maintenance/nginx/custom.conf /etc/nginx/conf.d/default.conf
|
||||
EXPOSE 8080
|
||||
USER nginx
|
||||
|
||||
@ -52,7 +52,7 @@ export default defineNuxtConfig({
|
||||
rollupOptions: {
|
||||
// Exclude pre-built UI library from Rollup re-bundling in production
|
||||
// (minified tailwind-merge variable `h` collides with Vue's `h`)
|
||||
external: [/^@ocelot-social\/ui/],
|
||||
external: [/^@ocelot-social\/ui(?!.*\.css)/],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user