mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-27 23:06:02 +03:00
feat: initial commit
This commit is contained in:
parent
044a7970cd
commit
bcddffa27b
15
.editorconfig
Normal file
15
.editorconfig
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# EditorConfig is awesome: http://EditorConfig.org
|
||||||
|
|
||||||
|
# top-most EditorConfig file
|
||||||
|
root = true
|
||||||
|
|
||||||
|
# Unix-style newlines with a newline ending every file
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
indent_size = 2
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.DS_Store
|
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM node:6-alpine
|
||||||
|
LABEL maintainer "Tim Brust <tim.brust@sinnerschrader.com>"
|
||||||
|
|
||||||
|
ENV REFRESHED_AT 2017-06-29
|
||||||
|
RUN apk update && apk upgrade
|
||||||
|
RUN apk add git
|
14
README.md
14
README.md
@ -1 +1,13 @@
|
|||||||
# docker-node-alpine-git
|
# Node.js with Git Dockerfile
|
||||||
|
|
||||||
|
A minimal Dockerfile based on Node.js 6 LTS (Boron) branch (alpine) with the Git installed.
|
||||||
|
|
||||||
|
## What's included
|
||||||
|
|
||||||
|
* Node.js 6
|
||||||
|
* npm 3
|
||||||
|
* yarn
|
||||||
|
* Git
|
||||||
|
|
||||||
|
---
|
||||||
|
Built by (c) Tim Brust and contributors. Released under the MIT license.
|
||||||
|
Loading…
Reference in New Issue
Block a user