Navigation Menu

Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
Updated Dockerfile for shallow git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
justonian committed Nov 28, 2017
1 parent 88d9545 commit e348e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -45,7 +45,7 @@ RUN apt-get install -y nodejs

# install git and pull down source code
RUN apt-get install -y git
RUN git clone https://github.com/awslabs/aws-serverless-auth-reference-app
RUN git clone --depth 1 https://github.com/awslabs/aws-serverless-auth-reference-app
RUN DIRPATH=$(pwd)/aws-serverless-auth-reference-app

# install the latest Gulp CLI tools globally (you will need a newer version of Gulp CLI which supports Gulp v4)
Expand Down

0 comments on commit e348e41

Please sign in to comment.