Bläddra i källkod

#556 using latest image in demo

Rodja Trappe 2 år sedan
förälder
incheckning
a4fe698876
1 ändrade filer med 1 tillägg och 5 borttagningar
  1. 1 5
      examples/nginx_subpath/docker-compose.yml

+ 1 - 5
examples/nginx_subpath/docker-compose.yml

@@ -1,11 +1,7 @@
 version: "3.9"
 version: "3.9"
 services:
 services:
   app:
   app:
-    # TODO replace build with image once the image is published
-    #image: zauberzeug/nicegui:1.2.?
-    build:
-      context: ./../../
-      dockerfile: fly.dockerfile
+    image: zauberzeug/nicegui:1.2.7
     volumes:
     volumes:
       - ./app:/app # mount local app directory
       - ./app:/app # mount local app directory
   proxy:
   proxy: