Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
hublot
Commits
a2944295
Commit
a2944295
authored
Oct 24, 2017
by
Tom JORQUERA
Browse files
Merge branch 'issue-61' into 'master'
Dockerfile: add yarn.lock before running `yarn install` Closes
#61
See merge request
!37
parents
ed247bda
81b6c563
Pipeline
#4195
passed with stage
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
a2944295
...
...
@@ -3,6 +3,7 @@ FROM node:8-alpine
WORKDIR
/usr/src/app/hublot
COPY
package.json .
COPY
yarn.lock .
RUN
yarn
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment