Skip to content

Commit f45aab5

Browse files
authored
Update File Permissions
1 parent 084c8cb commit f45aab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consumer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN git clone --depth 1 --branch v2.0.1 https://github.com/awslabs/amazon-kinesi
1515
COPY record_processor.properties record_processor.py setup.py logback.xml run.sh set_properties.py /app/
1616

1717
RUN python3.8 app/setup.py install &&\
18-
chmod 755 /app/run.sh
18+
chmod 777 /app
1919

2020

2121
ENTRYPOINT ["sh", "./app/run.sh"]

0 commit comments

Comments
 (0)