Skip to content

Commit

Permalink
Merge pull request #774 from erozqba/issue_755
Browse files Browse the repository at this point in the history
Replace ADD with COPY in Dockerfile.
  • Loading branch information
lingxiaoyang authored Jul 3, 2017
2 parents bbc3954 + 864e6d2 commit 5357254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RUN apt-get install nodejs build-essential -y
RUN apt-get install binutils libproj-dev gdal-bin -y
RUN pip3 install -r requirements.txt
RUN npm install gulp -g
ADD . /code/
COPY . /code/
RUN apt-get clean

0 comments on commit 5357254

Please sign in to comment.