security update

This commit is contained in:
bakhirev 2025-12-02 21:42:19 +03:00
parent a0283939b1
commit d995d322d3
3 changed files with 4 additions and 6 deletions

View file

@ -1,2 +1,2 @@
FROM nginx
FROM nginx:alpine-slim
COPY build /usr/share/nginx/html

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,6 @@ import React from 'react';
import Console from 'ts/components/Console';
import Description from 'ts/components/Description';
import splashScreenStore from 'ts/components/SplashScreen/store';
import {
getStringFromFileList,
getStringsForParser,
@ -61,7 +60,6 @@ function Welcome() {
const files = Array.from(event.target.files);
const text = await getStringFromFileList(files);
const report = getStringsForParser(text);
splashScreenStore.show();
dataGripStore.asyncSetCommits(report);
}}
/>