Skip to content

Commit

Permalink
use pip install -e .
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Feb 4, 2025
1 parent 792898d commit d411a19
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 @@ -14,7 +14,7 @@ COPY README.md app/README.md
WORKDIR /app

# Copy the requirements file and install
RUN pip install --no-cache-dir .
RUN pip install -e .

# Set the entrypoint command to run the app
CMD ["python", "src/cloudcasting_app/app.py"]

0 comments on commit d411a19

Please sign in to comment.