diff options
author | zhaoyehua <zhaoyh6@asiainfo.com> | 2021-04-01 13:55:25 +0800 |
---|---|---|
committer | zhaoyehua <zhaoyh6@asiainfo.com> | 2021-04-01 13:55:34 +0800 |
commit | 2b506345da2a6860ae5e6aa04c1c881719bfca34 (patch) | |
tree | 451db66f0454d9c40bbfe8413fe45bac81e4da46 /standalone/src/main | |
parent | c936f79c2bc59d6a3ebae03bece60f5d4b1b1eae (diff) |
feat:modify dockerfile,copy dir scripts
Issue-ID: USECASEUI-525
Change-Id: Ida6ad483e5cefd3ebc607980006becf99c99c6a2
Signed-off-by: zhaoyehua <zhaoyh6@asiainfo.com>
Diffstat (limited to 'standalone/src/main')
-rw-r--r-- | standalone/src/main/assembly/dockerfile | 2 |
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 |