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
314ad42e
Commit
314ad42e
authored
5 years ago
by
Cyril L'Orphelin
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.in2p3.fr:cc-in2p3-dev/TMS
parents
7a5315ab
042234a7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+5
-2
5 additions, 2 deletions
Dockerfile
with
6 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
314ad42e
...
...
@@ -40,7 +40,7 @@ job_test:
-
n stable
-
curl -o- -L https://yarnpkg.com/install.sh | bash
-
export PATH="$HOME/.yarn/bin:$PATH"
-
yarn install
-
yarn install
--ignore-engines
-
yarn encore dev
## Tests
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
5
−
2
View file @
314ad42e
...
...
@@ -7,6 +7,8 @@ RUN apt-get update && apt-get install -y \
git
\
curl
\
unzip
\
nodejs
\
npm
\
&&
docker-php-ext-configure gd
--with-freetype
--with-jpeg
\
&&
docker-php-ext-install
-j
$(
nproc
)
gd
...
...
@@ -23,7 +25,6 @@ RUN rm -f /usr/local/etc/php/conf.d/xdebug.ini
WORKDIR
/var/www/html
RUN
git clone https://gitlab.in2p3.fr/cc-in2p3-dev/TMS tms
RUN
ls
-lah
WORKDIR
/var/www/html/tms/tms
RUN
mv
.env.template .env
...
...
@@ -38,8 +39,10 @@ RUN npm install -g n
RUN
n stable
RUN
curl
-o-
-L
https://yarnpkg.com/install.sh | bash
RUN
export
PATH
=
"
$HOME
/.yarn/bin:
$PATH
"
RUN
/usr/bin/yarn
install
RUN
/usr/bin/yarn
install
--ignore-engines
RUN
/usr/bin/yarn encore dev
EXPOSE
8000/tcp
CMD
symfony server:start
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