Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAE_S5
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Arrêt du service - 27/06 de 07h45 à 08h00 - Mise à jour de sécurité
Show more breadcrumbs
ROUILLON Tom
SAE_S5
Commits
f7ff1915
Commit
f7ff1915
authored
1 year ago
by
ROUILLON Tom
Browse files
Options
Downloads
Patches
Plain Diff
Update dockerfile to change chmod after composer install
parent
5993c4b5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/php/Dockerfile
+3
-3
3 additions, 3 deletions
docker/php/Dockerfile
with
3 additions
and
3 deletions
docker/php/Dockerfile
+
3
−
3
View file @
f7ff1915
...
...
@@ -10,12 +10,12 @@ RUN apt update && apt install -y zlib1g-dev g++ git libicu-dev zip libzip-dev zi
ADD
./Back_end /var/www/symfony_docker
WORKDIR
/var/www/symfony_docker
RUN
chmod
777
-R
/var/www/symfony_docker/var
RUN
curl
-sS
https://getcomposer.org/installer | php
--
--install-dir
=
/usr/local/bin
--filename
=
composer
RUN
curl
-sS
https://get.symfony.com/cli/installer | bash
RUN
mv
/root/.symfony5/bin/symfony /usr/local/bin/symfony
ENV
COMPOSER_ALLOW_SUPERUSER=1
RUN
composer
install
\ No newline at end of file
RUN
composer
install
RUN
chmod
777
-R
/var/www/symfony_docker/var
\ No newline at end of file
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