Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
Doorcode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
21b86ab9
Commit
21b86ab9
authored
Dec 15, 2020
by
Jacob Priddy
👌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable php-fpm status page
parent
8ee0da98
Pipeline
#13220
failed with stages
in 3 minutes and 29 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
prod.Dockerfile
prod.Dockerfile
+2
-1
No files found.
prod.Dockerfile
View file @
21b86ab9
...
...
@@ -49,7 +49,8 @@ RUN rm -rf backend/cov backend/vendor backend/public \
&&
chmod
0755 /docker-entrypoint.sh
\
&&
wget
-O
/healthcheck.sh
\
https://raw.githubusercontent.com/renatomefi/php-fpm-healthcheck/master/php-fpm-healthcheck
\
&&
chmod
+x /healthcheck.sh
&&
chmod
+x /healthcheck.sh
\
&&
echo
"pm.status_path = /status"
>>
/usr/local/etc/php-fpm.d/zz-docker.conf
COPY
--chown=www:www --from=frontend_assets /app/public backend/public
# Change current user to www
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment