This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mdzk-docker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Initial test
master
Yigit Colakoglu
3 years ago
commit
b4a0f89a2c
2 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
.drone.yml
+5
-0
Dockerfile
+ 10
- 0
.drone.yml
View File
@ -0,0 +1,10 @@
steps:
-
name
:
docker
image
:
plugins/docker
settings:
username
:
kevinbacon
password
:
pa55word
repo
:
fr1nge/mdzk
tags:
-
latest
-
'1.0'
+ 5
- 0
Dockerfile
View File
@ -0,0 +1,5 @@
FROM
rust:latest
RUN
cargo install mdzk
CMD
mdzk serve /wiki
Write
Preview
Loading…
Cancel
Save