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
4cb89b4a
Commit
4cb89b4a
authored
4 years ago
by
Alex
Browse files
Options
Downloads
Patches
Plain Diff
Add phpredis extension to mark-web image
parent
5ab5c3b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1
Include Wowa Training
Pipeline
#5537
failed
4 years ago
Stage: test
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+4
-3
4 additions, 3 deletions
Dockerfile
with
4 additions
and
3 deletions
Dockerfile
+
4
−
3
View file @
4cb89b4a
...
...
@@ -6,6 +6,7 @@ COPY . /var/www/html
WORKDIR
/var/www/html
# RUN composer install --no-dev --optimize-autoloader
RUN
composer
install
--optimize-autoloader
RUN
sudo
pecl
install
redis
#### Step 2 : node
...
...
@@ -21,10 +22,10 @@ FROM php:7.4-apache
### PHP
# we may need some other php modules, but we can first check the enabled
# we may need some other php modules, but we can first check the enabled
# modules with
# docker run -it --rm php:7.4-apache php -m
# RUN docker-php-ext-install mbstring
# RUN docker-php-ext-install mbstring
### Apache
...
...
@@ -59,7 +60,7 @@ RUN chown -R www-data:www-data /var/www/html/storage \
# clear config cache
RUN
php artisan config:clear
RUN
php artisan route:clear
### Docker image metadata
...
...
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