Skip to content

Commit 5d93817

Browse files
Merge pull request #121 from restackio/dockerServices
Dockerfile fix python run services
2 parents 2d75cb6 + 39600f2 commit 5d93817

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)