Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Update api service's command in docker-compose-debug.partial.yml #119

@oltionchampari

Description

@oltionchampari

The cmd ./docker-compose-debug up fails with the below error since updating the phovea_server's Dockerfile to python:3.7-buster.

errorapi.png

The error occurs because of the command /usr/sbin/sshd -D in the docker-compose-debug.partial.yml file which doesn't exist in the new container.

The command /usr/sbin/sshd -D is used to enable PyCharm Debugging

Action

Refactor the command to work for the python:3.7-buster Docker image.

Metadata

Metadata

Labels

release: patchPR merge results in a new patch versiontype: bugSomething isn't workingtype: technical debtDescribes or removes a technical debt

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions