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
Now receive the latest version from github
master
Yigit Colakoglu
3 years ago
parent
2c5bd9c230
commit
2779a3cc11
1 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-2
Dockerfile
+ 6
- 2
Dockerfile
View File
@ -1,6 +1,10 @@
FROM
rust:latest
RUN
cargo install mdzk
RUN
git clone https://github.com/mdzk-rs/mdzk.git
RUN
cd
mdzk
RUN
cargo build
RUN
cp ./target/release/mdzk /bin
RUN
cd
..
WORKDIR
/wiki
CMD
mdzk serve
CMD
/bin/
mdzk serve
Write
Preview
Loading…
Cancel
Save