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