Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into RSC-Nav
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkishpolicy committed Apr 23, 2024
2 parents a193d08 + 372e467 commit 9f61619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine3.17
USER root

RUN apk update && apk upgrade && apk add --no-cache g++ make py3-pip
RUN apk update && apk upgrade && apk add g++ make py3-pip

WORKDIR /app
COPY ./package* ./
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/ReadySetCyber/RSCDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { useAuthContext } from 'context';

export const RSCDashboard: React.FC = () => {
const { apiGet } = useAuthContext();

const [results, setResults] = React.useState<
{
id: string;
Expand Down

0 comments on commit 9f61619

Please sign in to comment.