Skip to content

Commit

Permalink
Merge pull request #10 from Joker666/develop
Browse files Browse the repository at this point in the history
Swagger UI opens when running inside Docker
  • Loading branch information
Joker666 authored Feb 22, 2025
2 parents a488bc9 + 161cfe6 commit 46546e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ WORKDIR /app
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 hono

COPY static/ /app/static/
COPY --from=builder --chown=hono:nodejs /app/node_modules /app/node_modules
COPY --from=builder --chown=hono:nodejs /app/dist /app/dist
COPY --from=builder --chown=hono:nodejs /app/package.json /app/package.json
Expand Down

0 comments on commit 46546e0

Please sign in to comment.