We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084c8cb commit f45aab5Copy full SHA for f45aab5
consumer/Dockerfile
@@ -15,7 +15,7 @@ RUN git clone --depth 1 --branch v2.0.1 https://github.com/awslabs/amazon-kinesi
15
COPY record_processor.properties record_processor.py setup.py logback.xml run.sh set_properties.py /app/
16
17
RUN python3.8 app/setup.py install &&\
18
- chmod 755 /app/run.sh
+ chmod 777 /app
19
20
21
ENTRYPOINT ["sh", "./app/run.sh"]
0 commit comments