Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha267 committed Nov 3, 2024
1 parent 4214ba5 commit 709bdee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN npm install
COPY . .

# Build the application (if necessary).
RUN npm run start:prod
RUN npm run build:prod

# Expose the port that your app runs on.
EXPOSE 8080
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bookeely",
"name": "bookenzy",
"version": "1.0.0",
"main": "index.js",
"scripts": {
Expand All @@ -11,11 +11,11 @@
"build": "tsc",
"build:dev": "NODE_ENV=development npm run build",
"build:uat": "NODE_ENV=uat npm run build",
"build:prod": "NODE_ENV=production npm run build"
"build:prod": "NODE_ENV=prod npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"description": "",
"dependencies": {
"@neondatabase/serverless": "^0.10.1",
Expand Down

0 comments on commit 709bdee

Please sign in to comment.