Skip to content

Commit 1d86f23

Browse files
authored
refactor Dockerfile
All our docker-compose images share this Dockerfile. So, we should move runtime stuff into docker-compose.yml from Dockerfile.
1 parent f51ff8d commit 1d86f23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,3 @@ COPY . .
2626

2727
# Create necessary directories
2828
RUN mkdir -p output
29-
30-
# Expose port for FastAPI
31-
EXPOSE 8000
32-
33-
# Add entry point for FastAPI
34-
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)