Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
e5044816
Unverified
Commit
e5044816
authored
Jan 21, 2020
by
Daniel
Committed by
GitHub
Jan 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Update node version for Dockerfiles (#371)
- Add .editorconfig settings
parent
82c36cb6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
2 deletions
+33
-2
.editorconfig
.editorconfig
+31
-0
local.Dockerfile
local.Dockerfile
+1
-1
public.Dockerfile
public.Dockerfile
+1
-1
No files found.
.editorconfig
View file @
e5044816
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 2
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_size = 4
[*.json]
indent_size = 2
[*.yaml]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
local.Dockerfile
View file @
e5044816
ARG METADATASERVICE_BASE
ARG METADATASERVICE_BASE
ARG SEARCHSERVICE_BASE
ARG SEARCHSERVICE_BASE
FROM node:
8
-slim as node-stage
FROM node:
12
-slim as node-stage
WORKDIR /app/amundsen_application/static
WORKDIR /app/amundsen_application/static
COPY amundsen_application/static/package.json /app/amundsen_application/static/package.json
COPY amundsen_application/static/package.json /app/amundsen_application/static/package.json
...
...
public.Dockerfile
View file @
e5044816
FROM node:
8
-slim as node-stage
FROM node:
12
-slim as node-stage
WORKDIR /app/amundsen_application/static
WORKDIR /app/amundsen_application/static
COPY amundsen_application/static/package.json /app/amundsen_application/static/package.json
COPY amundsen_application/static/package.json /app/amundsen_application/static/package.json
...
...
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