Skip to content

Commit

Permalink
Docker: Re-add build block
Browse files Browse the repository at this point in the history
If a user wants to build from source, let them. But the default
should fetch from the package registry.

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Sep 5, 2024
1 parent 3bc9bd0 commit 98768bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
version: '3.8'
services:
tabbyapi:
# Uncomment this to build a docker image from source
#build:
# context: ..
# dockerfile: ./docker/Dockerfile

# Comment this to build a docker image from source
image: ghcr.io/theroyallab/tabbyapi:latest
ports:
- "5000:5000"
Expand Down

0 comments on commit 98768bf

Please sign in to comment.