Explorar o código

Add official docker image (#358)

Add the new image to the `docker-compose`-file.
See #329
Sebastian Duda %!s(int64=5) %!d(string=hai) anos
pai
achega
9bb2f0330a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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