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
|
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 Console from 'ts/components/Console';
|
||||||
import Description from 'ts/components/Description';
|
import Description from 'ts/components/Description';
|
||||||
import splashScreenStore from 'ts/components/SplashScreen/store';
|
|
||||||
import {
|
import {
|
||||||
getStringFromFileList,
|
getStringFromFileList,
|
||||||
getStringsForParser,
|
getStringsForParser,
|
||||||
|
|
@ -61,7 +60,6 @@ function Welcome() {
|
||||||
const files = Array.from(event.target.files);
|
const files = Array.from(event.target.files);
|
||||||
const text = await getStringFromFileList(files);
|
const text = await getStringFromFileList(files);
|
||||||
const report = getStringsForParser(text);
|
const report = getStringsForParser(text);
|
||||||
splashScreenStore.show();
|
|
||||||
dataGripStore.asyncSetCommits(report);
|
dataGripStore.asyncSetCommits(report);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue