smgc commited on
Commit
552c772
·
verified ·
1 Parent(s): 4c31231

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /app/*.py \
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