Skip to content

Commit

Permalink
Fix typo, update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdor committed Jun 29, 2017
1 parent 329a38c commit 899be58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gulp-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile for gulp and bower
############################################################

# Use the slim Node.js base image
# Use the alpine Node.js base image
FROM node:8-alpine

# File Author / Maintainer
Expand All @@ -11,7 +11,7 @@ MAINTAINER alexdor
################## BEGIN INSTALLATION ######################

# Update repositories and install git
RUN apk update &&N apk add git
RUN apk update && apk add git

# Clone repo
RUN git clone https://github.com/lambdaspace/new_website.git
Expand Down
2 changes: 1 addition & 1 deletion MinisterIN-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Dockerfile to build the MinisterIN service
############################################################

# Use the slim Node.js base image
# Use the alpine Node.js base image
FROM node:8-alpine

# File Author / Maintainer
Expand Down

0 comments on commit 899be58

Please sign in to comment.