Skip to content

Commit

Permalink
chore: remove docker-entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSierkin-Ki committed Mar 12, 2024
1 parent ca1aa3b commit c812893
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 49 deletions.
4 changes: 1 addition & 3 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,10 @@ RUN echo -e '#!/bin/bash \nexec gojq "$@"' > /usr/local/bin/jq && chmod +x /usr/
# Set atlantis login shell to bash
RUN sed -i s#atlantis:/sbin/nologin#atlantis:/bin/bash#g /etc/passwd

COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
COPY check-gitlab-approvals.sh /usr/local/bin/check-gitlab-approvals.sh
COPY pull-gitlab-variables.sh /usr/local/bin/pull-gitlab-variables.sh

RUN chmod a+x /usr/local/bin/docker-entrypoint.sh && \
chmod a+x /usr/local/bin/check-gitlab-approvals.sh && \
RUN chmod a+x /usr/local/bin/check-gitlab-approvals.sh && \
chmod a+x /usr/local/bin/pull-gitlab-variables.sh

USER atlantis
Expand Down
46 changes: 0 additions & 46 deletions app/docker-entrypoint.sh

This file was deleted.

0 comments on commit c812893

Please sign in to comment.