Skip to content

Commit

Permalink
Update Dockerfile: temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshu16 authored Sep 19, 2024
1 parent 14388be commit eb979ae
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 any necessary dependencies
RUN pip install --no-cache-dir -r requirements.txt
# RUN pip install --no-cache-dir -r requirements.txt

# Make port 80 available to the world outside this container
EXPOSE 80
Expand Down

0 comments on commit eb979ae

Please sign in to comment.