Harlan Iverson пре 6 година
родитељ
комит
965dc417bf

+ 0 - 5
scripts/build-streaming.sh

@@ -1,5 +0,0 @@
-#!/bin/bash
-
-source scripts/env.sh
-
-docker build -t $IMAGE_STREAMING -f Dockerfile.streaming .

+ 0 - 5
scripts/build.sh

@@ -1,5 +0,0 @@
-#!/bin/bash
-
-source scripts/env.sh
-
-docker build -t $IMAGE .

+ 5 - 0
scripts/build/build-build.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+source scripts/env.sh
+
+docker build -t $IMAGE -f scripts/docker/Dockerfile.build .

+ 1 - 1
scripts/build-static.sh → scripts/build/build-static.sh

@@ -2,5 +2,5 @@
 
 source scripts/env.sh
 
-docker build -t $IMAGE_STATIC_LOCAL -f Dockerfile.static .
+docker build -t $IMAGE_STATIC_LOCAL -f scripts/docker/Dockerfile.static .
 docker tag $IMAGE_STATIC_LOCAL $IMAGE_STATIC

+ 5 - 0
scripts/build/build-streaming.sh

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+source scripts/env.sh
+
+docker build -t $IMAGE_STREAMING -f scripts/docker/Dockerfile.streaming .

+ 0 - 0
scripts/start.sh → scripts/build/start.sh


+ 0 - 0
scripts/stop.sh → scripts/build/stop.sh


+ 0 - 0
Dockerfile → scripts/docker/Dockerfile.build


+ 0 - 0
Dockerfile.static → scripts/docker/Dockerfile.static


+ 0 - 0
Dockerfile.streaming → scripts/docker/Dockerfile.streaming