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

Docker improvements #283

Merged
merged 4 commits into from
May 30, 2021
Merged

Docker improvements #283

merged 4 commits into from
May 30, 2021

Conversation

SuperSandro2000
Copy link
Contributor

No description provided.

suggested by hadolint
mkdir -p -m 700 only creates the last directory with the 700 permission
not the ones created by the -p switch in lower levels.
Also some of the directories already exist and do not need to be created.
@codecov
Copy link

codecov bot commented Apr 24, 2021

Codecov Report

Merging #283 (5e9490c) into 5.x (dffb6b4) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               5.x      #283   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           45        45           
  Lines         1719      1719           
=========================================
  Hits          1719      1719           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dffb6b4...5e9490c. Read the comment docs.

@kleisauke kleisauke merged commit 7e8fd05 into weserv:5.x May 30, 2021
@@ -13,3 +13,4 @@
.editorconfig
.git*
*.md
docker/
Copy link
Member

@kleisauke kleisauke May 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh curious, wasn't this covered by the "Ignore all subdirectories"-statement (*/*) above? I'll have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants