Browse Source

Change WORKDIR

master
Yigit Colakoglu 3 years ago
parent
commit
2c5bd9c230
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Dockerfile

+ 2
- 1
Dockerfile View File

@ -2,4 +2,5 @@ FROM rust:latest
RUN cargo install mdzk
CMD mdzk serve /wiki
WORKDIR /wiki
CMD mdzk serve

Loading…
Cancel
Save