Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinOntiveros authored Aug 28, 2024
1 parent bbda675 commit b16cdda
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ RUN python -m pip install --upgrade pip
RUN python -m pip install poetry
ADD . /app/
WORKDIR /app

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
CMD ["/entrypoint.sh"]
RUN poetry install
CMD [ "poetry", "run", "geppetto" ]

0 comments on commit b16cdda

Please sign in to comment.