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:
@@ -0,0 +1,10 @@
|
||||
version: '3.0'
|
||||
services:
|
||||
streetmerchant:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: streetmerchant
|
||||
env_file: .env
|
||||
# ports:
|
||||
# - 7997:7997
|
||||
Reference in New Issue
Block a user