mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Update Dockerfiles
This commit is contained in:
parent
6fcd849eff
commit
4d5091947c
3 changed files with 9 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM nimlang/nim:2.0.0-alpine-regular as nim
|
||||
FROM nimlang/nim:2.2.0-alpine-regular as nim
|
||||
LABEL maintainer="setenforce@protonmail.com"
|
||||
|
||||
RUN apk --no-cache add libsass-dev pcre
|
||||
|
|
@ -9,7 +9,7 @@ COPY nitter.nimble .
|
|||
RUN nimble install -y --depsOnly
|
||||
|
||||
COPY . .
|
||||
RUN nimble build -d:danger -d:lto -d:strip \
|
||||
RUN nimble build -d:danger -d:lto -d:strip --mm:refc \
|
||||
&& nimble scss \
|
||||
&& nimble md
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue