Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 6196231

Browse files
authored
Merge pull request #184 from exexute/main
Fix: add default package
2 parents f87a247 + 095a536 commit 6196231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN pip3 install -r /opt/dongtai/openapi/requirements.txt && mkdir -p /tmp/iast_
1414

1515

1616
COPY . /opt/dongtai/openapi
17-
RUN mv ./*.jar /tmp/iast_cache/package/ && mv ./*.tar.gz /tmp/
17+
RUN mv *.jar /tmp/iast_cache/package/ && mv *.tar.gz /tmp/
1818

1919
WORKDIR /opt/dongtai/openapi
2020

DockerfileTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY requirements-test.txt /opt/dongtai/openapi/requirements.txt
1717
RUN pip3 install -r /opt/dongtai/openapi/requirements.txt && mkdir -p /tmp/iast_cache/package
1818

1919
COPY . /opt/dongtai/openapi
20-
COPY ./*.jar /tmp/iast_cache/package/
20+
COPY RUN mv *.jar /tmp/iast_cache/package/ && mv *.tar.gz /tmp/
2121

2222
WORKDIR /opt/dongtai/openapi
2323

0 commit comments

Comments
 (0)