Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion audio_transcript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
# Expose port 80
EXPOSE 80

CMD poetry run services
CMD poetry run python -m src.services
2 changes: 1 addition & 1 deletion openai_greet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
# Expose port 80
EXPOSE 80

CMD poetry run services
CMD poetry run python -m src.services
2 changes: 1 addition & 1 deletion production_demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
# Expose port 80
EXPOSE 80

CMD poetry run services
CMD poetry run python -m src.services
2 changes: 1 addition & 1 deletion quickstart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
# Expose port 80
EXPOSE 80

CMD poetry run services
CMD poetry run python -m src.services