Skip to content

Commit ce916cd

Browse files
authored
updated dockerfile cmd (#52)
1 parent 92012de commit ce916cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Added back the `CMD` to the Dockerfile that was dropped during the repo split ([#52](https://github.com/stac-utils/stac-fastapi-pgstac/pull/52))
8+
59
## [2.4.9] - 2023-06-21
610

711
### Fixed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ WORKDIR /app
1717
COPY . /app
1818

1919
RUN pip install -e .[dev,server]
20+
21+
CMD ["uvicorn", "stac_fastapi.pgstac.app:app", "--host", "0.0.0.0", "--port", "8080"]

0 commit comments

Comments
 (0)