Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
koko
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
koko
Commits
69cbd85c
Commit
69cbd85c
authored
Jun 20, 2019
by
Eric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] Dockerfile add timezone
parent
099cfe35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Dockerfile
Dockerfile
+6
-1
No files found.
Dockerfile
View file @
69cbd85c
...
@@ -16,7 +16,12 @@ COPY --from=stage-build /go/src/github.com/jumpserver/koko/cmd/koko .
...
@@ -16,7 +16,12 @@ COPY --from=stage-build /go/src/github.com/jumpserver/koko/cmd/koko .
COPY
--from=stage-build /go/src/github.com/jumpserver/koko/cmd/locale/ locale
COPY
--from=stage-build /go/src/github.com/jumpserver/koko/cmd/locale/ locale
COPY
--from=stage-build /go/src/github.com/jumpserver/koko/cmd/static/ static
COPY
--from=stage-build /go/src/github.com/jumpserver/koko/cmd/static/ static
COPY
--from=stage-build /go/src/github.com/jumpserver/koko/cmd/templates/ templates
COPY
--from=stage-build /go/src/github.com/jumpserver/koko/cmd/templates/ templates
RUN
echo
>
config.yml
RUN
echo
>
config.yml
\
&&
apk add
-U
tzdata
\
&&
cp
/usr/share/zoneinfo/Asia/Shanghai /etc/localtime
\
&&
echo
"Asia/Shanghai"
>
/etc/timezone
\
&&
apk del tzdata
EXPOSE
2222
EXPOSE
2222
EXPOSE
5000
EXPOSE
5000
CMD
["./koko"]
CMD
["./koko"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment