diff --git a/.gitignore b/.gitignore index b57ed4413..c53c3e7c2 100644 --- a/.gitignore +++ b/.gitignore @@ -139,3 +139,4 @@ junit_report.xml node_modules package-lock.json infra/backend/src +.rmlmapper \ No newline at end of file diff --git a/infra/backend/Dockerfile b/infra/backend/Dockerfile index 93af27205..14c576621 100644 --- a/infra/backend/Dockerfile +++ b/infra/backend/Dockerfile @@ -5,7 +5,7 @@ ARG PORT ENV PORT=$PORT -RUN apt update && apt install -y make +RUN apt update && apt install -y make wget # Create an application directory RUN mkdir -p /app diff --git a/mapping_workbench/frontend/src/components/app/form/code-text-area.js b/mapping_workbench/frontend/src/components/app/form/code-text-area.js index aa3e2c3f6..ee428da83 100644 --- a/mapping_workbench/frontend/src/components/app/form/code-text-area.js +++ b/mapping_workbench/frontend/src/components/app/form/code-text-area.js @@ -17,7 +17,6 @@ import FormControl from "@mui/material/FormControl"; import {Box} from '@mui/system'; import styles from './style/code-text-area.module.scss'; import variables from './style/variables.code-text-area.module.scss'; -import {genericTripleMapFragmentsApi} from "../../../api/triple-map-fragments/generic"; const DEFAULT_GRAMMAR = 'text'; const DEFAULT_LANGUAGE = 'none';