Browse Source

Initial commit

master
Archivist 5 years ago
commit
d87c3bd6a3
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Dockerfile

+ 3
- 0
Dockerfile View File

@ -0,0 +1,3 @@
FROM alpine:latest
RUN apk add --no-cache fossil
CMD [ "fossil","server","/opt/repo.fossil" ]

Loading…
Cancel
Save