Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
docker-image-recipes
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f3e6b79a
authored
2017-09-19 16:01:10 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix copying of nginx entrypoint.
1 parent
2889655d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
nginx/files/configure
nginx/files/configure
View file @
f3e6b79
...
...
@@ -4,6 +4,6 @@ set -e
apt-get update
apt-get install -y ssmtp nginx libnginx-mod-http-subs-filter
$NGINX_EXTRA_PACKAGES
rm /etc/nginx/sites-enabled/default
cp -a /tmp/files/entrypoint
.sh
/sbin
cp -a /tmp/files/entrypoint /sbin
rm -rf /tmp/files
...
...
Please
register
or
sign in
to post a comment