Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Add new files at Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kcrong committed Mar 9, 2017
1 parent 67c1bf8 commit d267a4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ RUN python3.6 get-pip.py
RUN python3.6 -m pip install -r requirements.txt

ADD counter /grpc_python/counter
ADD dns /grpc_python/dns
ADD frontend /grpc_python/frontend
ADD proxy /grpc_python/proxy
ADD main.py /grpc_python/main.py
ADD web.py /grpc_python/web.py
ADD webapp.py /grpc_python/webapp.py

WORKDIR /grpc_python

0 comments on commit d267a4b

Please sign in to comment.