-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #769 from Hi-Windom/v0.35
改进 deno 集成 #649
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,12 +36,12 @@ RUN apk add --no-cache gcc musl-dev && \ | |
find /opt/Sillot/ -name .git | xargs rm -rf | ||
|
||
FROM alpine:latest | ||
COPY --from=denoland/deno:bin-1.44.0 /deno /Hi-Windom/Sillot/kernel/deno | ||
ENV PATH=$PATH:/Hi-Windom/Sillot/kernel | ||
LABEL maintainer="Soltus<[email protected]>" | ||
|
||
WORKDIR /opt/Sillot/ | ||
COPY --from=GO_BUILD /opt/Sillot/ /opt/Sillot/ | ||
COPY --from=denoland/deno:bin-1.44.0 /deno /opt/Sillot/bin/deno | ||
ENV PATH=$PATH:/opt/Sillot/bin | ||
RUN addgroup --gid 1000 sillot && adduser --uid 1000 --ingroup sillot --disabled-password sillot && apk add --no-cache ca-certificates tzdata && chown -R sillot:sillot /opt/Sillot/ | ||
|
||
ENV TZ=Asia/Shanghai | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "Sillot-workspace", | ||
"version": "0.35.2210", | ||
"version": "0.35.2220", | ||
"description": "汐洛 pnpm 工作区", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
|