Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt committed Nov 24, 2023
1 parent 42336c7 commit 71303f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ WORKDIR /app
COPY . .
RUN poetry install

CMD ["make run"]
CMD ["make", "run"]

0 comments on commit 71303f1

Please sign in to comment.