Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit c32f938

Browse files
committed
Merge pull request #10 from Turistforeningen/node-4-argon
Use Node.js v4 LTS 'Argon'
2 parents 106051d + 5257619 commit c32f938

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mongo:
22
image: mongo:latest
33

44
dev:
5-
image: node:0.10-slim
5+
image: node:argon
66
links:
77
- mongo
88
working_dir: /usr/src/app
@@ -11,4 +11,3 @@ dev:
1111
command: "npm run watch"
1212
environment:
1313
- NODE_ENV=development
14-
- NPM_CONFIG_LOGLEVEL=info

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
box: node:0.10
1+
box: node:argon
22

33
services:
44
- mongo:latest

0 commit comments

Comments
 (0)