Skip to content

Commit

Permalink
[#1] Fix: settings docker
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jan 10, 2017
1 parent 0d3e881 commit 18c4f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM mhart/alpine-node
MAINTAINER Luis Mayta <@slovacus>

ONBUILD RUN apk add --no-cache make gcc g++ python curl
ONBUILD RUN apk add --no-cache make bash gcc g++ python curl

CMD ["npm", "start"]
CMD ["bash"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
networks: {}
version: '2'
services:
nodejs:
alpine-node:
restart: always
build: .
image: mhart/alpine-node

0 comments on commit 18c4f62

Please sign in to comment.