-
-
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.
- Loading branch information
Showing
5 changed files
with
5 additions
and
7 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 |
---|---|---|
|
@@ -43,12 +43,10 @@ LABEL maintainer="Soltus<[email protected]>" | |
WORKDIR /opt/Sillot/ | ||
COPY --from=GO_BUILD /opt/Sillot/ /opt/Sillot/ | ||
ENV PATH=$PATH:/opt/Sillot/bin | ||
USER root | ||
RUN sudo addgroup --gid ${USER_UID} sillot && sudo adduser --uid ${USER_UID} --ingroup sillot --disabled-password sillot && sudo apk add --no-cache ca-certificates tzdata && sudo chown -R sillot:sillot /opt/Sillot/ | ||
RUN apk add --no-cache ca-certificates tzdata && chown -R sillot:sillot /opt/Sillot/ | ||
|
||
ENV TZ=Asia/Shanghai | ||
ENV RUN_IN_CONTAINER=true | ||
EXPOSE 58131 | ||
|
||
USER sillot | ||
ENTRYPOINT [ "/opt/Sillot/kernel" ] |
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.2273", | ||
"version": "0.35.2274", | ||
"description": "汐洛 pnpm 工作区", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
|