Skip to content

Commit

Permalink
nginx test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghuiyin committed Jun 24, 2024
1 parent 0cb71e0 commit d627c5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN pnpm install

COPY . .

RUN npm run pro
RUN pnpm run pro

FROM nginx:alpine

Expand Down
2 changes: 0 additions & 2 deletions src/pages/teacher/account/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ import { useRequest } from 'ahooks';
import * as _ from 'lodash-es';

const Account: React.FC = () => {
// const [form] = Form.useForm();
const tableRef = useRef<any>(null);
// const navigate = useNavigate();
const [createLoading, setCreateLoading] = useState(false);
const [importData, setImportData] = useState(false);
const [fileList, setFileList] = useState<any>(null);
Expand Down

0 comments on commit d627c5e

Please sign in to comment.