Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker and Docker Compose support for the server #2051

Closed
wants to merge 1 commit into from

Add Dockerfile and docker-compose.yml for server

da10326
Select commit
Loading
Failed to load commit list.
Closed

Add Docker and Docker Compose support for the server #2051

Add Dockerfile and docker-compose.yml for server
da10326
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Nov 5, 2023 in 0s

9 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 9
           

See the complete overview on Codacy

Annotations

Check warning on line 1 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L1

Using latest is prone to errors if the image will ever update. Pin the version explicitly to a release tag

Check notice on line 2 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L2

Avoid additional packages by specifying `--no-install-recommends`

Check notice on line 2 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L2

Delete the apt-get lists after installing something

Check failure on line 2 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L2

Do not use apt-get upgrade or dist-upgrade

Check warning on line 2 in Dockerfile

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

Dockerfile#L2

Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`

Check warning on line 92 in README.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

README.md#L92

[list-item-indent] Incorrect list-item indent: add 1 space

Check warning on line 93 in README.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

README.md#L93

[list-item-indent] Incorrect list-item indent: add 1 space

Check warning on line 94 in README.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

README.md#L94

[list-item-indent] Incorrect list-item indent: add 1 space

Check warning on line 95 in README.md

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

README.md#L95

[list-item-indent] Incorrect list-item indent: add 1 space