Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ RUN npm run build

FROM nginx:alpine as clowder-runtime

RUN apk add --no-cache jq
RUN rm -rf /usr/share/nginx/html/ && \
mkdir /usr/share/nginx/html && \
mkdir /usr/share/nginx/html/public \
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { ExtractionHistory } from "./components/listeners/ExtractionHistory";
import { fetchDatasetRole, fetchFileRole } from "./actions/authorization";
import { PageNotFound } from "./components/errors/PageNotFound";
import { Forbidden } from "./components/errors/Forbidden";
import { ApiKeys } from "./components/ApiKeys/ApiKey";
import { ApiKeys } from "./components/apikeys/ApiKey";
import { Profile } from "./components/users/Profile";
import { ManageUsers } from "./components/users/ManageUsers";
import config from "./app.config";
Expand Down