We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b918743 commit 7dbbe27Copy full SHA for 7dbbe27
docker/Dockerfile
@@ -6,7 +6,7 @@ ARG release
6
WORKDIR /invidious
7
COPY ./shard.yml ./shard.yml
8
COPY ./shard.lock ./shard.lock
9
-RUN shards install
+RUN shards install --production
10
11
COPY --from=quay.io/invidious/lsquic-compiled /root/liblsquic.a ./lib/lsquic/src/lsquic/ext/liblsquic.a
12
docker/Dockerfile.arm64
0 commit comments