File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ This is a component of many in the [Reconmap's architecture](https://reconmap.co
19
19
20
20
## Documentation
21
21
22
- The API specs have been documented using the [ OpenAPI] ( docs/openapi.yaml ) specification. You can use the
23
- interactive [ OpenAPI UI] ( https://api.reconmap .com/docs/ ) to play with it.
22
+ The API specs have been documented using the ** OpenAPI** specification. You can use the
23
+ interactive [ OpenAPI UI] ( https://demo. api.netfoe .com/docs/ ) to play with it.
24
24
25
25
## Build instructions
26
26
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ services:
13
13
- " ./composer.lock:/var/www/webapp/composer.lock"
14
14
- " ./vendor:/var/www/webapp/vendor"
15
15
- " ./public:/var/www/webapp/public"
16
- - " ./docs/openapi.yaml:/var/www/webapp/public/docs/openapi.yaml"
17
- - " ./docs/schemas/:/var/www/webapp/public/docs/schemas/"
18
16
- " ./src:/var/www/webapp/src"
19
17
- " ./resources:/var/www/webapp/resources"
20
18
- " ./tests:/var/www/webapp/tests"
Original file line number Diff line number Diff line change @@ -56,8 +56,6 @@ RUN composer install --no-ansi --no-dev --no-interaction --no-plugins --no-progr
56
56
57
57
COPY public /var/www/webapp/public
58
58
COPY database/ /var/www/webapp/database/
59
- COPY docs/openapi.yaml /var/www/webapp/public/docs/openapi.yaml
60
- COPY docs/schemas/ /var/www/webapp/public/docs/schemas/
61
59
COPY resources/ /var/www/webapp/resources/
62
60
63
61
VOLUME /var/www/webapp
You can’t perform that action at this time.
0 commit comments