Explorar el Código

update Tiltfile to support nginx template change

Signed-off-by: saweber <saweber@gmail.com>
saweber hace 2 años
padre
commit
3cbd8081c6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Tiltfile

+ 1 - 1
Tiltfile

@@ -90,7 +90,7 @@ docker_build(
     only=[
     only=[
         'dist',
         'dist',
         'nginx.conf',
         'nginx.conf',
-        'default.nginx.conf',
+        'default.nginx.conf.template',
         'docker-entrypoint.sh',
         'docker-entrypoint.sh',
     ],
     ],
     live_update=[
     live_update=[