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
81b6c563
Commit
81b6c563
authored
Oct 24, 2017
by
Tom Jorquera
Browse files
Dockerfile: add yarn.lock before running `yarn install`
fix
#61
parent
ed247bda
Pipeline
#4194
passed with stage
in 36 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 @
81b6c563
...
...
@@ -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