aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorGravatar Chris Goes <[email protected]>2019-06-29 15:54:28 -0600
committerGravatar GitHub <[email protected]>2019-06-29 15:54:28 -0600
commitd07e6c9a98192bd47684352633d3a18e8db2552d (patch)
tree20c732b8e952fdae9d40110715ac8e2d50dc9d88 /docker-compose.yml
parentMerge pull request #29 from python-discord/api-adjustments (diff)
parentUse write_text() and fix codec names (diff)
Merge pull request #31 from python-discord/testing
NsJail Tests
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 1fe8e39..d071a71 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -6,3 +6,6 @@ services:
image: pythondiscord/snekbox:latest
network_mode: "host"
init: true
+ build:
+ context: .
+ dockerfile: docker/Dockerfile