SECRET_KEY_BASE is not required by development environment
This commit is contained in:
@@ -7,7 +7,6 @@ To run this container use following parameters:
|
|||||||
```bash
|
```bash
|
||||||
docker run -d --name snibox \
|
docker run -d --name snibox \
|
||||||
--volume /path/to/local/db:/app/db/database \
|
--volume /path/to/local/db:/app/db/database \
|
||||||
--env SECRET_KEY_BASE="<rails secret key>" \
|
|
||||||
--publish 80:3000 \
|
--publish 80:3000 \
|
||||||
snibox
|
snibox
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user