Skip to content

Commit

Permalink
Refactor Docker commands in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelo-schreiber committed May 1, 2024
1 parent 4733632 commit a69d9ea
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,6 @@ Run the docker image:
docker run -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock --name code-exec code-exec
```

#### Docker commands

To stop the container:

```bash
docker stop code-exec
```

To remove the container:

```bash
docker rm code-exec
```

### Run in production

Follow the installation steps, then run the following command instead of `npm run dev`:
Expand Down

0 comments on commit a69d9ea

Please sign in to comment.