Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <lewijacn@amazon.com>
  • Loading branch information
lewijacn committed Sep 18, 2024
1 parent 155e46e commit 4d583b2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ WORKDIR /webhook-trigger

RUN python3 -m pip install --upgrade pipenv && pipenv install --deploy

# Setup venv for interactive access
RUN echo '. /.venv/bin/activate' >> /etc/profile.d/venv.sh
RUN echo '. /etc/profile.d/venv.sh' >> ~/.bashrc
# Set ENV to control startup script in /bin/sh mode
ENV ENV=/root/.bashrc

CMD ["./entrypoint.sh"]

0 comments on commit 4d583b2

Please sign in to comment.