mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 01:47:39 +00:00
fix(docker): run in docker, and build scripts for docker (#1291)
Updates unnecessary need to grant special privileges when running in Docker.
This commit is contained in:
@@ -53,6 +53,11 @@ docker run --cap-add=SYS_ADMIN \
|
||||
|
||||
To customize streetmerchant, make a copy of `dotenv-example` as `dotenv` and make any changes to your liking. View [Reference](reference/application.md) for more information on variables and their usage.
|
||||
|
||||
|
||||
## Building docker
|
||||
|
||||
[Docker-Docs](docs/docker.md)
|
||||
|
||||
???+ tip
|
||||
All environment variables are optional.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user