arnelify_server 0.9.3

Cross-Platform Server.
Documentation
1
2
3
4
5
6
7
8
FROM rust:1.91.1

WORKDIR /var/www/rs

RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install sudo nano -y

EXPOSE 4433