File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
1919# Expose port 80
2020EXPOSE 80
2121
22- CMD poetry run services
22+ CMD poetry run python -m src. services
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
1919# Expose port 80
2020EXPOSE 80
2121
22- CMD poetry run services
22+ CMD poetry run python -m src. services
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
1919# Expose port 80
2020EXPOSE 80
2121
22- CMD poetry run services
22+ CMD poetry run python -m src. services
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ RUN poetry install --no-interaction --no-ansi
1919# Expose port 80
2020EXPOSE 80
2121
22- CMD poetry run services
22+ CMD poetry run python -m src. services
You can’t perform that action at this time.
0 commit comments