aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhaoyehua <zhaoyh6@asiainfo.com>2021-04-01 13:55:25 +0800
committerzhaoyehua <zhaoyh6@asiainfo.com>2021-04-01 13:55:34 +0800
commit2b506345da2a6860ae5e6aa04c1c881719bfca34 (patch)
tree451db66f0454d9c40bbfe8413fe45bac81e4da46
parentc936f79c2bc59d6a3ebae03bece60f5d4b1b1eae (diff)
feat:modify dockerfile,copy dir scripts
Issue-ID: USECASEUI-525 Change-Id: Ida6ad483e5cefd3ebc607980006becf99c99c6a2 Signed-off-by: zhaoyehua <zhaoyh6@asiainfo.com>
-rw-r--r--standalone/src/main/assembly/dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/dockerfile b/standalone/src/main/assembly/dockerfile
index d8797d3..970eafd 100644
--- a/standalone/src/main/assembly/dockerfile
+++ b/standalone/src/main/assembly/dockerfile
@@ -13,7 +13,7 @@ RUN ln -s /usr/bin/pip3 /usr/bin/pip
COPY requirements /home/run/requirements
RUN DEBIAN_FRONTEND=noninteractive pip install -r requirements
-COPY scripts /home/run/
+COPY scripts /home/run/scripts
COPY run.sh /home/run/run.sh