Skip to content

Commit

Permalink
Changed Dockerfile to make things work a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-harley committed Jan 2, 2025
1 parent 76d1f3c commit 9db2d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \
git \
&& rm -rf /var/lib/apt/lists/*

RUN git clone https://github.com/evan-harley/h-drive-email.git .
# RUN git clone https://github.com/evan-harley/h-drive-email.git .
COPY ./pyproject.toml /app/

RUN pip3 install poetry

Expand Down

0 comments on commit 9db2d14

Please sign in to comment.