Skip to content

Commit

Permalink
add workdir for docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Nov 3, 2023
1 parent b9aadee commit ed92050
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ RUN apk add --no-cache ca-certificates
RUN apk add --no-cache tzdata
ENV TZ Asia/Shanghai

WORKDIR /easy-admin

COPY ./easy-admin /easy-admin
COPY ./config/settings.demo.yml /config/settings.yml
EXPOSE 8000
Expand Down
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ The front-end and back-end separation authority management system based on Gin +
swag init --parseDependency --parseDepth=6 --instanceName admin -o ./docs/admin
```

# Online swag Document

```
http://localhost:8000/swagger/admin/index.html
```

# Install

[Docker Install](https://nicelizhi.github.io/easy-admin/guide/install/docker)
Expand Down

0 comments on commit ed92050

Please sign in to comment.