Skip to content

Commit

Permalink
🚿
Browse files Browse the repository at this point in the history
  • Loading branch information
siriscmv committed Nov 20, 2024
1 parent 98a1bb9 commit bd4cb65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ COPY ./requirements.txt /app/

RUN pip install -r requirements.txt

COPY ./recommenderapp /app/src/recommenderapp
COPY ./recommenderapp /app/backend/recommenderapp

EXPOSE 5001

CMD ["python", "-m", "src.recommenderapp.app"]
CMD ["python", "-m", "backend.recommenderapp.app"]

0 comments on commit bd4cb65

Please sign in to comment.