-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from swagger-mock/22-server-path-in-routing
22 server path in routing
- Loading branch information
Showing
65 changed files
with
1,784 additions
and
1,091 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ RUN set -xe \ | |
FROM php:7.3-alpine | ||
LABEL maintainer="Igor Lazarev <[email protected]>" | ||
|
||
ARG ROADRUNNER_VERSION=1.5.0 | ||
ARG ROADRUNNER_VERSION=1.5.1 | ||
|
||
ENV APP_ENV=prod \ | ||
SWAGGER_MOCK_SPECIFICATION_URL='' \ | ||
|
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
Oops, something went wrong.