Skip to content

Commit 39600f2

Browse files
committed
fix python run services
1 parent 2d75cb6 commit 39600f2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

audio_transcript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
1919
# Expose port 80
2020
EXPOSE 80
2121

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

openai_greet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
1919
# Expose port 80
2020
EXPOSE 80
2121

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

production_demo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
1919
# Expose port 80
2020
EXPOSE 80
2121

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

quickstart/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
1919
# Expose port 80
2020
EXPOSE 80
2121

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

0 commit comments

Comments
 (0)