Skip to content

Commit

Permalink
fix docs typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
lebrunel committed Oct 17, 2024
1 parent ca1652f commit 0ac7b59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"tailwindcss": "^3.3.3",
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.0.4",
"typescript": "5.2.2",
"vitepress": "^1.0.0-rc.31"
}
}
2 changes: 1 addition & 1 deletion dokku/docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN yarn build

### SERVE

FROM pierrezemb/gostatic as server
FROM pierrezemb/gostatic AS server
COPY --from=build /build/docs/.vitepress/dist /srv/http/
COPY docs/headers.json /config/headerConfig.json
ENTRYPOINT ["/goStatic"]
2 changes: 1 addition & 1 deletion dokku/mocknet/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:19-alpine as build
FROM node:19-alpine AS build

RUN mkdir /app
WORKDIR /app
Expand Down

0 comments on commit 0ac7b59

Please sign in to comment.