tuon пре 1 година
родитељ
комит
0eb84f34ec
2 измењених фајлова са 3 додато и 6 уклоњено
  1. 3 1
      dev.sh
  2. 0 5
      docker-compose.yaml

+ 3 - 1
dev.sh

@@ -1,5 +1,7 @@
 #/usr/bin/sh
-./build-nginx-with-ui.sh
+dos2unix docker/entrypoint.sh
+chmod +x *.sh
+sh ./build-nginx-with-ui.sh
 docker-compose -f ./docker-compose-dev.yaml up -d
 
 

+ 0 - 5
docker-compose.yaml

@@ -2,11 +2,6 @@ version: "3"
 
 services:
   nginx-ui:
-    build:
-      context: ./
-      dockerfile: docker/Dockerfile
-    environment:
-      - DOCKER_BUILDKIT=1
     image: registry.cn-hangzhou.aliyuncs.com/tuon-pub/nginx-ui
     restart: always
     container_name: nginx-ui