Skip to content

Commit

Permalink
[MODIFY] Update proto
Browse files Browse the repository at this point in the history
  • Loading branch information
mallycrip committed Dec 7, 2020
1 parent d92f7a5 commit 440fd9d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[submodule "const"]
path = const
url = https://github.com/DMS-SMS/v1-utils
url = https://github.com/DMS-SMS/v1-utils
[submodule "https://github.com/DMS-SMS/v1-protocol-buffer"]
path = https://github.com/DMS-SMS/v1-protocol-buffer
url = proto
[submodule "proto"]
path = proto
url = https://github.com/DMS-SMS/v1-protocol-buffer
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ COPY . .
WORKDIR .

RUN pip install -r requirements.txt
#ENV PYTHONUNBUFFERED=0
#ENV GRPC_VERBOSITY=DEBUG
#ENV GRPC_TRACE=all
ENV PYTHONUNBUFFERED=0

ENTRYPOINT ["python"]
CMD ["run.py"]
1 change: 1 addition & 0 deletions proto
Submodule proto added at 170376

0 comments on commit 440fd9d

Please sign in to comment.