Skip to content

Commit

Permalink
copy pyproj
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbhosale committed Sep 17, 2024
1 parent 3354c7d commit b025399
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ WORKDIR /app
# Copy the entire project directory (including quartz_solar_forecast)
COPY . /app

# Copy the pyproject.toml file
COPY pyproject.toml .

# Install the quartz_solar_forecast package in editable mode
RUN pip install .
RUN pip install -e .

# Expose port 8000 and 8501 to the outside world
EXPOSE 8000 8501
Expand Down

0 comments on commit b025399

Please sign in to comment.