Skip to content

Commit

Permalink
feat: Enrich excpetion message with invalid middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
damianopetrungaro committed May 30, 2019
1 parent ac11901 commit 66ba4b8
Show file tree
Hide file tree
Showing 4 changed files with 735 additions and 382 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ADD . /moon

# Install dependencies for PHP
RUN apt-get update && \
apt-get install -y git zlib1g-dev && \
apt-get install -y git libzip-dev && \
docker-php-ext-install zip

# Install dependecies (dev included)
Expand Down
Loading

0 comments on commit 66ba4b8

Please sign in to comment.