Fix SSL terminals and fix SSL issues

This commit is contained in:
LukeGus
2025-09-25 23:40:25 -05:00
parent 9b1dbdcc0a
commit edbc2b978c
3 changed files with 4 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ RUN apk add --no-cache nginx gettext su-exec openssl && \
chown -R node:node /app/data
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/nginx-https.conf /etc/nginx/nginx-https.conf
COPY --from=frontend-builder /app/dist /usr/share/nginx/html
COPY --from=frontend-builder /app/src/locales /usr/share/nginx/html/locales
RUN chown -R nginx:nginx /usr/share/nginx/html