Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SMPPIR-Node
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
Harbor 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
SMPPIR
SMPPIR-Node
Commits
cac03929
Commit
cac03929
authored
4 years ago
by
Henrique Varella Ehrenfried
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
e6768ac2
No related branches found
No related tags found
1 merge request
!48
Development
Pipeline
#24028
failed
4 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-5
9 additions, 5 deletions
Dockerfile
with
9 additions
and
5 deletions
Dockerfile
+
9
−
5
View file @
cac03929
FROM
node:
9.5.0
-stretch
FROM
node:
dubnium
-stretch
RUN
apt-get
-y
update
-qq
&&
apt-get
install
-y
-qq
apt-utils
RUN
apt-get
-y
update
&&
apt-get
install
-y
apt-utils
RUN
npm
install
--global
gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint istanbul
RUN
npm
install
--global
gulp gulp-cli babel babel-cli babel-core babel-register mocha gulp-mocha gulp-eslint istanbul
--force
RUN
mkdir
API
RUN
mkdir
API
...
@@ -12,6 +12,10 @@ WORKDIR ./API
...
@@ -12,6 +12,10 @@ WORKDIR ./API
RUN
npm
install
RUN
npm
install
RUN
npm un
-g
gulp
RUN
npm i
-g
gulp@3.9.0
RUN
gulp build
RUN
gulp build
EXPOSE
4000
EXPOSE
4000
...
...
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