Skip to content

Commit

Permalink
feat(jzero): update Dockerfile and docs navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronnie committed May 20, 2024
1 parent 3b0cf2e commit b4a74ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV GOPROXY https://goproxy.io,direct
WORKDIR /app
COPY config.toml /app/config.toml
COPY .protosets /app/.protosets
COPY dist /dist
COPY dist /

RUN if [ `go env GOARCH` = "amd64" ]; then \
cp /dist/jzero_linux_amd64_v1/jzero /app/jzero; \
Expand Down
4 changes: 4 additions & 0 deletions docs/src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ export default navbar([
link: "https://github.com/jzero-io/templates",
text: "模板仓库"
},
{
link: "https://github.com/jzero-io/jzero-contrib",
text: "扩展"
},
]);

0 comments on commit b4a74ed

Please sign in to comment.