forked from fuel/validation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates docker to pull files from the local FS on run. [skip ci]
- Loading branch information
Steve "uru" West
committed
Sep 29, 2015
1 parent
773317c
commit 20b0e87
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,7 @@ MAINTAINER [email protected] | |
RUN docker-php-ext-install mbstring | ||
|
||
# Make sure our files exist | ||
RUN mkdir -p /fuel | ||
WORKDIR /fuel | ||
ADD . /fuel | ||
|
||
# Set the default entry point so tests will run automatically | ||
ENTRYPOINT /fuel/vendor/bin/codecept run unit | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters