refactor: Optimize Docker build with a multi-stage process and switch docker-compose to use a pre-built image.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 9s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 9s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
rss-bot:
|
||||
build: .
|
||||
image: git.out.jafre.li/jafreli/updater:latest
|
||||
container_name: rss-discord-bot
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
|
||||
Reference in New Issue
Block a user