Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
TMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Show more breadcrumbs
CC-IN2P3 Applications team
TMS
Commits
cd44b1ca
Commit
cd44b1ca
authored
5 years ago
by
Cyril L'Orphelin
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
ffe53f01
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-2
5 additions, 2 deletions
Dockerfile
with
5 additions
and
2 deletions
Dockerfile
+
5
−
2
View file @
cd44b1ca
...
...
@@ -28,6 +28,10 @@ WORKDIR /var/www/html
RUN
git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms
WORKDIR
/var/www/html/tms/tms
RUN
cp
nginx.conf /etc/nginx/nginx.conf
RUN
cp
symfony.conf /etc/nginx/conf.d/symfony.conf
RUN
mv
.env.template .env
RUN
ls
-ahl
...
...
@@ -45,8 +49,7 @@ RUN $HOME/.yarn/bin/yarn install --ignore-engines
RUN
$HOME
/.yarn/bin/yarn encore dev
COPY
/var/www/html/tms/tms/nginx.conf /etc/nginx/
COPY
/var/www/html/tms/tms/symfony.conf /etc/nginx/conf.d/
RUN
echo
"upstream php-upstream { server php:9001; }"
>
/etc/nginx/conf.d/upstream.conf
...
...
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