Skip to content

Commit

Permalink
work local build, but docker doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
levil664 committed Jul 17, 2024
1 parent 2749dd8 commit 1d30b65
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/schools/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS runner
FROM node:18.17.0-alpine AS runner

RUN node -v

Expand Down
3 changes: 1 addition & 2 deletions apps/schools/domains/query/components/queryList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ import { isReactElement } from '@domains/common/utils/react'
import { sumObjectValues } from '@domains/common/utils/sumObjectValues'
import { BubbleFilter } from '@domains/common/components/bubbleFilter'
import { BubbleFilterListItem } from '@domains/common/components/bubbleFilter/interface'
import { useQueryState } from 'next-usequerystate'
import { parseAsArrayOf, parseAsString } from 'next-usequerystate'
import { parseAsArrayOf, parseAsString, useQueryState } from 'next-usequerystate'
import { AppRoutes, RoutePath } from '@domains/common/constants/routerEnums'
import SearchInput from '@domains/common/components/searchInput'
import { defaultPaginationTablePage, defaultPaginationTablePageSize } from '@domains/common/constants/Table'
Expand Down
3 changes: 2 additions & 1 deletion apps/schools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@
"less": "^4.1.3",
"lint-staged": "^13.2.3",
"lodash": "^4.17.21",
"next": "^13.4.5",
"next": "14.0.2",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^7.0.1",
"next-transpile-modules": "^10.0.0",
"next-usequerystate": "^1.17.1",
"nuqs": "^1.17.4",
"phone": "^3.1.37",
"qs": "^6.11.2",
"rc-queue-anim": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/schools/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS runner
FROM node:18.17.0-alpine AS runner

RUN node -v

Expand Down

0 comments on commit 1d30b65

Please sign in to comment.