mastering bridging

This commit is contained in:
gigihshs
2025-11-24 09:13:08 +07:00
commit e1b99f8f38
115 changed files with 12298 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Gunakan image resmi Swagger UI
FROM swaggerapi/swagger-ui:v5.11.8
RUN mkdir swag
# Copy file .yaml ke dalam image
COPY ./openapi_satusehat.yaml /swag/openapi_satusehat.yaml
# Konfigurasi Swagger UI untuk membaca file .yaml Anda
ENV SWAGGER_JSON=/swag/openapi_satusehat.yaml