Skip to content

Commit

Permalink
fix: entrypoint.shの中でtspのビルドは不要なので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 authored Sep 8, 2024
1 parent 93c6387 commit 4cf4967
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash

tsp compile ./src

redocly build-docs ./tsp-output/@typespec/openapi3/openapi.yaml -o ./docs/index.html -t ./template.hbs
redocly build-docs /schema/openapi.yaml -o ./docs/index.html -t ./template.hbs
http-server ./docs -p $PORT

0 comments on commit 4cf4967

Please sign in to comment.