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 cc76b78 commit 9cf7e30Copy full SHA for 9cf7e30
Dockerfile
@@ -2,18 +2,14 @@
2
3
FROM archlinux
4
5
-LABEL maintainer="Gátomo"
6
-
7
-RUN pacman -Syyu
8
9
-RUN pacman -S node yarn rust ffmpeg ffmpegthumbnailer
+RUN pacman -S node pnpm rust ffmpeg ffmpegthumbnailer
10
11
RUN rustup update
12
13
RUN cd server && cargo build --release
14
15
RUN cd client && yarn build
16
17
-EXPOSE 3000
+EXPOSE 80
18
19
CMD [ "cargo run --release" ]
server.toml
@@ -2,5 +2,5 @@
# File limit is in bytes
ip = [0, 0, 0, 0]
-port = 3000
+port = 80
file_limit = 10_000_000_000
0 commit comments