fix: Remove build from compose

Having it there was causing machines without the rest of the repo to try
to build the image instead of pulling it from GHCR
This commit is contained in:
April Hall 2025-02-24 02:21:32 -05:00
parent cb9be3a78a
commit 577bee95ac
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -2,8 +2,6 @@ services:
chat-server:
container_name: svchat-server
image: ghcr.io/arithefirst/svchat
build:
context: .
environment:
NODE_ENV: docker_production
ORIGIN: http://localhost:3000