Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ RUN python -m grpc_tools.protoc \
|
|
| 15 |
--python_out=. \
|
| 16 |
--grpc_python_out=. \
|
| 17 |
./protos/*.proto \
|
| 18 |
-
&& chmod 644
|
| 19 |
&& chmod 755 /app
|
| 20 |
|
| 21 |
ENV PORT=8787
|
|
|
|
| 15 |
--python_out=. \
|
| 16 |
--grpc_python_out=. \
|
| 17 |
./protos/*.proto \
|
| 18 |
+
&& chmod 644 *.py \
|
| 19 |
&& chmod 755 /app
|
| 20 |
|
| 21 |
ENV PORT=8787
|