Unverified Commit e5044816 authored by Daniel's avatar Daniel Committed by GitHub

- Update node version for Dockerfiles (#371)

- Add .editorconfig settings
parent 82c36cb6
# 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
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
......
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment