Skip to content

Commit

Permalink
Document how to init dockerized Symfony with a single command
Browse files Browse the repository at this point in the history
  • Loading branch information
d9beuD committed Oct 28, 2024
1 parent 499d5cd commit 3c0161d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ something more meaningful.
+ name: name-of-your-project
```

Then, you can run the following command if you have `make`.

It will:
- Build the containers
- Start the containers
- Create a new Symfony project in an empty directory
- Move the Symfony project to the root directory
- Remove the temporary project directory
- Warm up the Symfony cache

```bash
make init
```

Then, you can run the following command to build the containers:

```bash
Expand Down

0 comments on commit 3c0161d

Please sign in to comment.