Compare commits
2 commits
6d6bf7371b
...
b04fac9b01
Author | SHA1 | Date | |
---|---|---|---|
b04fac9b01 | |||
5aa72e9821 |
2 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM rust:alpine as builder
|
||||
COPY . .
|
||||
RUN apk add --no-cache file make musl-dev \
|
||||
|
|
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
version: "3.9"
|
||||
services:
|
||||
mangadex-home:
|
||||
build: .
|
||||
ports:
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./cache:/cache
|
||||
- ./settings.yaml:/settings.yaml
|
Loading…
Reference in a new issue