Skip to content

Commit e85382c

Browse files
committed
Path has changed
1 parent 45d2074 commit e85382c

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
@@ -321,7 +321,7 @@ Check your user id with `echo $UID`.
321321
```shell
322322
docker compose up
323323
docker compose exec web /bin/bash
324-
cp extras/docker/development/settings.py .
324+
cp extras/docker/production/settings.py .
325325

326326
wger bootstrap # this creates initial db tables, runs yarn install, yarn build:css:sass, etc
327327
python3 manage.py migrate # safe to ignore: Your models in app(s): 'exercises', 'nutrition' have changes that are not yet reflected in a migration, and so won't be applied.

0 commit comments

Comments
 (0)