Browse Source

add compose build from source

Umputun 5 years ago
parent
commit
2be741bd28
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docker-compose.yml

+ 2 - 1
docker-compose.yml

@@ -3,7 +3,8 @@ version: '2'
 services:
 
   rss2twitter:
-    image: rss2twitter:latest
+    build: .
+    image: umputun/rss2twitter:latest
     container_name: rss2twitter
     hostname: rss2twitter
     restart: always