Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 47014d5

Browse files
Merge pull request #242 from StianOvrevage/patch-1
Update README.md. Fix typo in path.
2 parents 9dea5e1 + e66d55b commit 47014d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This image allows you to create a new strapi project or run a project from your
2424

2525
### Creating a new project
2626

27-
When running this image, strapi will check if there is a project in the `/src/app` folder of the container. If there is nothing then it will run the [`strapi new`](https://strapi.io/documentation/v3.x/cli/CLI.html#strapi-new) command in the container /srv/app folder. You can create a new project by running this command.
27+
When running this image, strapi will check if there is a project in the `/srv/app` folder of the container. If there is nothing then it will run the [`strapi new`](https://strapi.io/documentation/v3.x/cli/CLI.html#strapi-new) command in the container /srv/app folder. You can create a new project by running this command.
2828

2929
```bash
3030
docker run -it -p 1337:1337 -v `pwd`/project-name:/srv/app strapi/strapi

0 commit comments

Comments
 (0)