Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ubahasbeen789 authored May 23, 2024
1 parent fe10047 commit ac9a6ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ COPY . /app/
EXPOSE 8080
ENV NAME sample-fast-api-docker
LABEL maintainer="ktchambers"
LABEL org.opencontainers.image.source=https://github.com/PraxisAppDev/python-microservice
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080", "--reload"]DockerfileCopy code

0 comments on commit ac9a6ce

Please sign in to comment.