Skip to content

Commit

Permalink
ci: docker builder use node:22 with git folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Oct 10, 2024
1 parent 4b87234 commit e6de0be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ node_modules
npm-debug.log
build
.dockerignore
**/.git
**/.github
**/.DS_Store
**/node_modules
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-slim AS build
FROM node:22 AS build

# Setting working directory.
WORKDIR /opt/meilisearch-ui
Expand Down

0 comments on commit e6de0be

Please sign in to comment.