Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
Proxy
Commits
bfbf1e3f
Commit
bfbf1e3f
authored
4 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
removed ndots in /etc/resolv.conf
parent
360356d8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-1
3 additions, 1 deletion
Dockerfile
with
3 additions
and
1 deletion
Dockerfile
+
3
−
1
View file @
bfbf1e3f
...
@@ -68,5 +68,7 @@ COPY --chown=root:nginx . /html
...
@@ -68,5 +68,7 @@ COPY --chown=root:nginx . /html
WORKDIR
/html
WORKDIR
/html
EXPOSE
80
EXPOSE
80
CMD
crond -L /dev/stdout && \
# Removing ndots to resolve issues resolving hosts
CMD
echo -e "/ndots:5\nd\nw\nq" | ed /etc/resolv.conf &&\
crond -L /dev/stdout && \
php-fpm7
php-fpm7
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment