Skip to content

Commit

Permalink
tidy up location of args
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Sep 20, 2023
1 parent f48b343 commit 21e823f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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-privoxyvpn"

# release tag name from buildx arg
ARG RELEASETAG

# arch from buildx --platform, e.g. amd64
ARG TARGETARCH

# additional files
##################

Expand All @@ -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/

Expand Down

0 comments on commit 21e823f

Please sign in to comment.