Skip to content

Commit

Permalink
build: Change folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Nov 16, 2023
1 parent 754e069 commit 11803be
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 @@ -18,7 +18,7 @@ RUN apt-get update && apt-get -y upgrade && \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

COPY run/*.sh /run/
COPY src/*.sh /run/
RUN chmod +x /run/*.sh

VOLUME /storage
Expand All @@ -44,4 +44,4 @@ LABEL org.opencontainers.image.url="https://hub.docker.com/r/qemux/qemu-docker/"
LABEL org.opencontainers.image.source="https://github.com/qemu-tools/qemu-docker/"
LABEL org.opencontainers.image.description="QEMU in a docker container using KVM acceleration"

ENTRYPOINT ["/usr/bin/tini", "-s", "/run/run.sh"]
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]

0 comments on commit 11803be

Please sign in to comment.