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

Update Dockerfile #182

Merged
merged 1 commit into from
Dec 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ RUN pip3 install -r /opt/dongtai/openapi/requirements.txt && mkdir -p /tmp/iast_


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

WORKDIR /opt/dongtai/openapi

Expand Down