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

Commit

Permalink
Merge pull request #185 from Bidaya0/Bidaya0-patch-dockfile-mv
Browse files Browse the repository at this point in the history
Bidaya0 patch dockfile mv
  • Loading branch information
Bidaya0 authored Dec 22, 2021
2 parents 6196231 + 05b0095 commit 37e80e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN pip3 install -r /opt/dongtai/openapi/requirements.txt && mkdir -p /tmp/iast_


COPY . /opt/dongtai/openapi
RUN mv *.jar /tmp/iast_cache/package/ && mv *.tar.gz /tmp/
RUN mv /opt/dongtai/openapi/*.jar /tmp/iast_cache/package/ && mv /opt/dongtai/openapi/*.tar.gz /tmp/

WORKDIR /opt/dongtai/openapi

Expand Down
2 changes: 1 addition & 1 deletion DockerfileTest
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY requirements-test.txt /opt/dongtai/openapi/requirements.txt
RUN pip3 install -r /opt/dongtai/openapi/requirements.txt && mkdir -p /tmp/iast_cache/package

COPY . /opt/dongtai/openapi
COPY RUN mv *.jar /tmp/iast_cache/package/ && mv *.tar.gz /tmp/
RUN mv /opt/dongtai/openapi/*.jar /tmp/iast_cache/package/ && mv /opt/dongtai/openapi/*.tar.gz /tmp/

WORKDIR /opt/dongtai/openapi

Expand Down

0 comments on commit 37e80e9

Please sign in to comment.