Skip to content

Commit

Permalink
build: Update location (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 4, 2024
1 parent 9d21489 commit feb1680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM qemux/qemu-host as builder

# FROM golang as builder
# WORKDIR /
# RUN git clone https://github.com/qemu-tools/qemu-host.git
# RUN git clone https://github.com/qemus/qemu-host.git
# WORKDIR /qemu-host/src
# RUN go mod download
# RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o /qemu-host.bin .
Expand Down Expand Up @@ -44,7 +44,7 @@ COPY --from=builder /qemu-host.bin /run/host.bin
RUN chmod +x /run/*.sh && chmod +x /run/*.bin

VOLUME /storage
EXPOSE 22 80 139 445 5000
EXPOSE 22 139 445 5000

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

0 comments on commit feb1680

Please sign in to comment.