Skip to content

Commit

Permalink
build: Update Dockerfile (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Dec 28, 2023
1 parent e6193b1 commit 08616f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ COPY --from=builder /qemu-host.bin /run/host.bin
RUN chmod +x /run/*.sh && chmod +x /run/*.bin

VOLUME /storage

EXPOSE 22
EXPOSE 80
EXPOSE 139
EXPOSE 445
EXPOSE 5000
EXPOSE 22 80 139 445 5000

ENV RAM_SIZE "1G"
ENV DISK_SIZE "16G"
Expand Down

0 comments on commit 08616f1

Please sign in to comment.