Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mark-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
mark-web
Commits
2ccb92b2
Commit
2ccb92b2
authored
3 years ago
by
Alex
Browse files
Options
Downloads
Patches
Plain Diff
correct Docker file to install laravel horizon
parent
20237cd9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Include Wowa Training
Pipeline
#5687
passed
3 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
with
1 addition
and
1 deletion
Dockerfile
+
1
−
1
View file @
2ccb92b2
...
...
@@ -5,7 +5,7 @@ FROM cylab/php74 AS composer
COPY
. /var/www/html
WORKDIR
/var/www/html
# RUN composer install --no-dev --optimize-autoloader
RUN
composer
install
--optimize-autoloader
RUN
composer
install
--optimize-autoloader
--ignore-platform-reqs
# RUN pecl install redis && docker-php-ext-enable redis
#### Step 2 : node
...
...
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