Skip to content

Commit 4e37113

Browse files
Merge pull request #42 from mindfiredigital/master
Merge master into main
2 parents 8d3c67d + f9e9859 commit 4e37113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EXPOSE 8000
1818

1919

2020
# run the application
21-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
21+
CMD ["uvicorn", "python_fm_dapi_weaver.main:app", "--host", "0.0.0.0", "--port", "8000"]
2222

2323

2424

0 commit comments

Comments
 (0)