Skip to content

Commit

Permalink
Issue #TG-717 feat: Secor on Kubernetes: Dockerfile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmya-dixit committed Mar 19, 2021
1 parent 42a102a commit db5f372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD target/secor-*-bin.tar.gz $SECOR_HOME

COPY src/main/scripts/docker-entrypoint.sh /docker-entrypoint.sh
RUN find $SECOR_HOME -type d -exec chown -R secor:secor {} \;
RUN chown -R secor:secor /docker-entrypoint.sh
RUN chown secor:secor /docker-entrypoint.sh
RUN chmod +x /docker-entrypoint.sh

USER secor
Expand Down

0 comments on commit db5f372

Please sign in to comment.