aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2025-01-05 21:29:06 +0000
committerMatthew Lemon <y@yulqen.org>2025-01-05 21:29:06 +0000
commit610e43b39987172e38e0b8b7de869ac5ecc68cad (patch)
tree24d5a19dee783fd2871f41e53505fe1b1e0dafeb /docker-compose.yaml
parent1b08e7c8e35f1be532b5dca377f83662c21943a1 (diff)
Switched to prod settings for staging
Diffstat (limited to '')
-rw-r--r--docker-compose.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index f17d14e..a1e0db8 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -1,6 +1,7 @@
services:
web:
- image: haircode/alphabetlearning:latest
+ # image: haircode/alphabetlearning:latest
+ build: .
ports:
- "8020:8020"
volumes: