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:
parent
cb9be3a78a
commit
577bee95ac
@ -2,8 +2,6 @@ services:
|
|||||||
chat-server:
|
chat-server:
|
||||||
container_name: svchat-server
|
container_name: svchat-server
|
||||||
image: ghcr.io/arithefirst/svchat
|
image: ghcr.io/arithefirst/svchat
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: docker_production
|
NODE_ENV: docker_production
|
||||||
ORIGIN: http://localhost:3000
|
ORIGIN: http://localhost:3000
|
||||||
|
Loading…
Reference in New Issue
Block a user