Skip to content

Commit

Permalink
remove redundant copies
Browse files Browse the repository at this point in the history
  • Loading branch information
shouc authored Sep 19, 2023
1 parent b3890cf commit 4242195
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,8 @@ FROM run_environment
WORKDIR /app
COPY --from=builder /bins /bins

COPY ui /app/ui
RUN pip3 install -r ui/requirements.txt
RUN pip3 install solc-select

COPY ui/start.sh .
RUN chmod +x start.sh
WORKDIR /bins

EXPOSE 8000

CMD ./start.sh



0 comments on commit 4242195

Please sign in to comment.