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 f163a9f commit 6fa9ef5Copy full SHA for 6fa9ef5
consumer/Dockerfile
@@ -7,7 +7,6 @@ RUN cd amazon-kinesis-client-python &&\
7
chmod 777 /usr/bin
8
9
COPY record_processor.py logback.xml run.sh set_properties.py sample.properties /usr/bin/
10
-RUN python3 /usr/bin/set_properties.py
11
ENTRYPOINT ["sh", "/usr/bin/run.sh"]
12
13
0 commit comments