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
d3ef44bc
authored
2017-09-14 12:18:27 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
s/entrypoint.sh/entrypoint/
1 parent
e0c225a7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
nginx/Dockerfile
nginx/files/entrypoint.sh → nginx/files/entrypoint
nginx/Dockerfile
View file @
d3ef44b
...
...
@@ -5,5 +5,5 @@ ARG NGINX_EXTRA_PACKAGES
COPY files/ /tmp/files/
RUN
/tmp/files/configure
ENTRYPOINT
["/sbin/entrypoint
.sh
"]
ENTRYPOINT
["/sbin/entrypoint"]
CMD
["nginx", "-g", "daemon off;"]
...
...
nginx/files/entrypoint
.sh
→
nginx/files/entrypoint
View file @
d3ef44b
File moved
Please
register
or
sign in
to post a comment