Skip to content

Commit

Permalink
simplify copy statements again
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Sep 24, 2018
1 parent 6f13b2c commit 1531327
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ FROM composer:1 AS build

WORKDIR /satis

COPY bin /satis/bin/
COPY res /satis/res/
COPY src /satis/src/
COPY views /satis/views/
COPY ["composer.*", "LICENSE", "/satis/"]
COPY . /satis/

RUN composer install \
--no-interaction \
Expand Down

0 comments on commit 1531327

Please sign in to comment.