Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
PUBLIC
/
surfer-okd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 459517d3
authored
Oct 15, 2018
by
Johannes Zellner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move from shrinkwrap to package-lock file
1 parent
a6a9ff2a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
Dockerfile
npm-shrinkwrap.json → package-lock.json
Dockerfile
View file @
459517d
...
...
@@ -5,7 +5,7 @@ WORKDIR /app/code
ADD
src /app/code/src
ADD
frontend /app/code/frontend
ADD
package.json server.js start.sh /app/code/
ADD
package.json
package-lock.json
server.js start.sh /app/code/
RUN
npm install --production
...
...
npm-shrinkwrap
.json
→
package-lock
.json
View file @
459517d
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
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 post a comment