Skip to content

Commit

Permalink
Testing Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hRJ06 committed Aug 19, 2024
1 parent 5ca6dee commit 7157d86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM node:20-alpine as builder
WORKDIR /app
COPY package*.json ./
RUN npm install --production
RUN npm install -D drizzle-kit
COPY . .
RUN npm run build
EXPOSE 3000
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.33.0",
"linguify": "file:",
"lucide-react": "^0.400.0",
"next": "14.2.4",
"react": "^18",
Expand Down

0 comments on commit 7157d86

Please sign in to comment.