Unverified Commit 84fa7f35 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Expose Synology DSM ports

parent ac9a15d4
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
FROM debian:bullseye-20211220-slim
FROM debian:bullseye-20230109-slim

RUN apt-get update && apt-get -y upgrade && \
    apt-get --no-install-recommends -y install \
@@ -14,8 +14,16 @@ COPY qemu-ifdown /run/
COPY qemu-ifup /run/
COPY run.sh /run/

RUN ["chmod", "+x", "/run/generate-dhcpd-conf"]
RUN ["chmod", "+x", "/run/qemu-ifdown"]
RUN ["chmod", "+x", "/run/qemu-ifup"]
RUN ["chmod", "+x", "/run/run.sh"]

VOLUME /image

EXPOSE 5000
EXPOSE 5001

ENTRYPOINT ["/run/run.sh"]

# Mostly users will probably want to configure memory usage.