tidy up location of args

multi_adapter 4.5.5-1-04
binhex 8 months ago
parent 6cb71803f1
commit 03a55252f6

@ -2,6 +2,12 @@ FROM binhex/arch-int-vpn:latest
LABEL org.opencontainers.image.authors = "binhex"
LABEL org.opencontainers.image.source = "https://github.com/binhex/arch-qbittorrentvpn"
# release tag name from buildx arg
ARG RELEASETAG
# arch from buildx --platform, e.g. amd64
ARG TARGETARCH
# additional files
##################
@ -11,12 +17,6 @@ ADD build/*.conf /etc/supervisor/conf.d/
# add bash scripts to install app
ADD build/root/*.sh /root/
# release tag name from buildx arg
ARG RELEASETAG
# arch from buildx --platform, e.g. amd64
ARG TARGETARCH
# add run bash scripts
ADD run/nobody/*.sh /home/nobody/

Loading…
Cancel
Save