Преглед изворни кода

Add official docker image (#358)

Add the new image to the `docker-compose`-file.
See #329
Sebastian Duda пре 5 година
родитељ
комит
9bb2f0330a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -2,7 +2,7 @@ version: "3"
 
 services:
   kutt:
-    build: .
+    image: kutt/kutt
     container_name: kutt
     depends_on:
       - postgres