Skip to content

Commit

Permalink
expose
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed May 22, 2024
1 parent 93171a2 commit b19d79c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ WORKDIR /app
COPY . /app
RUN pip install --no-cache-dir --upgrade .

# Expose the port that the application runs on.
EXPOSE 80

# Run the FastAPI application.
CMD ["fastapi", "run", "store/app/main.py", "--port", "80"]

0 comments on commit b19d79c

Please sign in to comment.