Skip to content

Commit

Permalink
feat: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pmareke committed Sep 24, 2024
1 parent 000954d commit cfa81e2
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 @@ -16,4 +16,4 @@ COPY src /code/src

EXPOSE 8000

CMD ["poetry", "run", "fastapi", "run"]
CMD ["OPENAPI_URL=", "poetry", "run", "fastapi", "run"]

0 comments on commit cfa81e2

Please sign in to comment.