Skip to content

Commit bedb957

Browse files
authored
892 latest main branch is not building the frontend image correct (#893)
* fix typo that causing build failure * remove jq * revert
1 parent 5ca1fe8 commit bedb957

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ RUN npm run build
2828

2929
FROM nginx:alpine as clowder-runtime
3030

31-
RUN apk add --no-cache jq
3231
RUN rm -rf /usr/share/nginx/html/ && \
3332
mkdir /usr/share/nginx/html && \
3433
mkdir /usr/share/nginx/html/public \

frontend/src/routes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { ExtractionHistory } from "./components/listeners/ExtractionHistory";
3232
import { fetchDatasetRole, fetchFileRole } from "./actions/authorization";
3333
import { PageNotFound } from "./components/errors/PageNotFound";
3434
import { Forbidden } from "./components/errors/Forbidden";
35-
import { ApiKeys } from "./components/ApiKeys/ApiKey";
35+
import { ApiKeys } from "./components/apikeys/ApiKey";
3636
import { Profile } from "./components/users/Profile";
3737
import { ManageUsers } from "./components/users/ManageUsers";
3838
import config from "./app.config";

0 commit comments

Comments
 (0)