Skip to content

Commit 9cf7e30

Browse files
committed
fix: changing Dockerfile
1 parent cc76b78 commit 9cf7e30

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Dockerfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22

33
FROM archlinux
44

5-
LABEL maintainer="Gátomo"
6-
7-
RUN pacman -Syyu
8-
9-
RUN pacman -S node yarn rust ffmpeg ffmpegthumbnailer
5+
RUN pacman -S node pnpm rust ffmpeg ffmpegthumbnailer
106

117
RUN rustup update
128

139
RUN cd server && cargo build --release
1410

1511
RUN cd client && yarn build
1612

17-
EXPOSE 3000
13+
EXPOSE 80
1814

1915
CMD [ "cargo run --release" ]

server.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# File limit is in bytes
33

44
ip = [0, 0, 0, 0]
5-
port = 3000
5+
port = 80
66
file_limit = 10_000_000_000

0 commit comments

Comments
 (0)