Skip to content

Commit

Permalink
Minor tweak to use full paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve "uru" West committed Sep 29, 2015
1 parent b5cad8c commit 773317c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RUN docker-php-ext-install mbstring
# Make sure our files exist
RUN mkdir -p /fuel
WORKDIR /fuel
ADD . ./
ADD . /fuel

# Set the default entry point so tests will run automatically
ENTRYPOINT ./vendor/bin/codecept run unit
ENTRYPOINT /fuel/vendor/bin/codecept run unit

0 comments on commit 773317c

Please sign in to comment.