File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ RUN npm run build
2828
2929FROM nginx:alpine as clowder-runtime
3030
31- RUN apk add --no-cache jq
3231RUN rm -rf /usr/share/nginx/html/ && \
3332 mkdir /usr/share/nginx/html && \
3433 mkdir /usr/share/nginx/html/public \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import { ExtractionHistory } from "./components/listeners/ExtractionHistory";
3232import { fetchDatasetRole , fetchFileRole } from "./actions/authorization" ;
3333import { PageNotFound } from "./components/errors/PageNotFound" ;
3434import { Forbidden } from "./components/errors/Forbidden" ;
35- import { ApiKeys } from "./components/ApiKeys /ApiKey" ;
35+ import { ApiKeys } from "./components/apikeys /ApiKey" ;
3636import { Profile } from "./components/users/Profile" ;
3737import { ManageUsers } from "./components/users/ManageUsers" ;
3838import config from "./app.config" ;
You can’t perform that action at this time.
0 commit comments