Skip to content

Commit

Permalink
fix: swagger.ioが出しているスキーマ例のURLがリンク切れになっていたので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Sep 16, 2023
1 parent 4cbdcd1 commit 0c0a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-bullseye-slim

ENV PAGE_TITLE=ReDoc
ENV SPEC_URL=https://petstore3.swagger.io/api/v3/swagger.json
ENV SPEC_URL=https://petstore3.swagger.io/api/v3/openapi.json
ENV PORT=8080

EXPOSE 8080
Expand Down

0 comments on commit 0c0a2eb

Please sign in to comment.