Skip to content

Commit d0883bf

Browse files
feat: Adding build to docker compose
No need to use part regular builds and part docker compose, just in for a penny in for a pound. nullinside-development-group/nullinside-api#60
1 parent 5e8f664 commit d0883bf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: nullinside-api-twitch-bot
22
services:
33
nullinside-api-twitch-bot:
4+
build:
5+
context: .
6+
tags:
7+
- "nullinside-api-twitch-bot:latest"
48
logging:
59
driver: loki
610
options:

go.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
docker build -t nullinside-api-twitch-bot:latest .
1+
docker compose build
22
docker compose down
33
docker compose up -d

0 commit comments

Comments
 (0)