Skip to content

Commit c02f897

Browse files
Merge pull request #336 from CodeChefVIT/abhitrueprogrammer-patch-1
Remove Docker instructions from README
2 parents 23d5b52 + d8d0cfe commit c02f897

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -63,27 +63,6 @@ To start your development server run:
6363
pnpm dev
6464
```
6565

66-
## 🐳 Using Docker
67-
68-
To run the application using Docker, follow these steps:
69-
70-
1. **Build the Docker Image**:
71-
72-
```bash
73-
docker build -t papers-codechef .
74-
```
75-
76-
2. **Run the Docker Container**:
77-
78-
```bash
79-
docker run -p 3000:3000 --env-file .env papers-codechef
80-
```
81-
82-
3. **Using Docker Compose**:
83-
If you prefer `docker-compose`, ensure the `docker-compose.yml` file is configured, then run:
84-
```bash
85-
docker-compose up
86-
```
8766

8867
Before getting started, please ensure that the .env file is properly configured. The .env.example file has been provided for your reference, with examples of environment variables to be listed.
8968

0 commit comments

Comments
 (0)