Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Ratan Gulati <[email protected]>
  • Loading branch information
Ratangulati committed Jul 13, 2024
1 parent 66adb07 commit 3262a4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ build
.dockerignore
**/.git
**/.DS_Store
**/node_modules
**/node_modules

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ COPY . .

EXPOSE 5173

CMD ["npm", "run", "dev"]
CMD ["npm", "run", "dev"]
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ The web application, built using ReactJS, is designed to assist students in maki
## Installation

### With Docker

1. Clone this repository to your local machine using:

```
Expand Down
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ export default defineConfig({
},
plugins: [react()]
})

0 comments on commit 3262a4f

Please sign in to comment.