Skip to content

Commit

Permalink
not everything
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbhosale committed Sep 14, 2024
1 parent 3f55772 commit 3354c7d
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 @@ -8,7 +8,7 @@ WORKDIR /app
COPY . /app

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

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

0 comments on commit 3354c7d

Please sign in to comment.