Skip to content

Commit

Permalink
Merge pull request lambdaspace#17 from alexdor/master
Browse files Browse the repository at this point in the history
Update node version, replace npm with yarn
  • Loading branch information
AEtherC0r3 authored Mar 4, 2017
2 parents 44d4b0e + e702f83 commit 40d5c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MinisterIN-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
############################################################

# Use the slim Node.js base image
FROM node:0.12-slim
FROM node:7.7-slim

# File Author / Maintainer
MAINTAINER AEtherC0r3
Expand All @@ -15,12 +15,12 @@ RUN apt-get update
RUN apt-get install -y git

# Clone repo
RUN git clone https://github.com/techministry/MinisterIN.git
RUN git clone https://github.com/lambdaspace/MinisterIN.git
COPY credentials/MinisterIn/ MinisterIN/

# Install dependencies
WORKDIR MinisterIN
RUN npm install
RUN yarn install

# Open port 7777
EXPOSE 7777
Expand Down

0 comments on commit 40d5c19

Please sign in to comment.