Skip to content

Commit 3a4bb17

Browse files
author
Phil Varner
committed
add EOF newline to dockerfile
1 parent 20ebd6d commit 3a4bb17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN pip install --no-cache-dir ./stac_fastapi/elasticsearch[server]
1515

1616
EXPOSE 8080
1717

18-
CMD ["uvicorn", "stac_fastapi.elasticsearch.app:app", "--host", "0.0.0.0", "--port", "8080"]
18+
CMD ["uvicorn", "stac_fastapi.elasticsearch.app:app", "--host", "0.0.0.0", "--port", "8080"]

0 commit comments

Comments
 (0)