feat: Improved installation (#39)

This commit is contained in:
Kroese 2024-01-17 03:40:19 +01:00 committed by GitHub
parent 27bb072401
commit 06722236be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 163 additions and 268 deletions

View file

@ -19,15 +19,15 @@ COPY ./src /run/
COPY ./assets /run/assets
ADD https://raw.githubusercontent.com/ElliotKillick/Mido/main/Mido.sh /run/mido.sh
ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso /run/drivers.iso
ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virtio/virtio-win.iso /run/drivers.iso
RUN chmod +x /run/*.sh
EXPOSE 8006
EXPOSE 3389 8006
VOLUME /storage
ENV CPU_CORES "2"
ENV RAM_SIZE "4G"
ENV CPU_CORES "2"
ENV DISK_SIZE "64G"
ARG VERSION_ARG "0.0"