1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 12:29:07 +00:00

Merge pull request #203 from UnrealQuester/copy

Use COPY instead of ADD
This commit is contained in:
Travis Rowland
2017-03-19 00:21:29 -07:00
committed by GitHub
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
FROM ubuntu:16.04
MAINTAINER Phusion <info@phusion.nl>
ADD . /bd_build
COPY . /bd_build
RUN /bd_build/prepare.sh && \
/bd_build/system_services.sh && \