mirror of
https://github.com/bakhirev/assayo.git
synced 2026-07-09 17:19:18 +00:00
security update
This commit is contained in:
parent
a0283939b1
commit
d995d322d3
3 changed files with 4 additions and 6 deletions
|
|
@ -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
|
|
@ -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);
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue