Skip to content

Commit

Permalink
adjust dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IshayuR committed Oct 31, 2024
1 parent 7da037a commit afedd0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion Backend/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY requirements.txt .
#just use python3
RUN python3 -m pip install -r requirements.txt

COPY main.py /main.py
COPY main.py .
ENV PORT=5000
EXPOSE 5000

Expand Down
30 changes: 0 additions & 30 deletions docker/dockerfile

This file was deleted.

0 comments on commit afedd0a

Please sign in to comment.