Skip to content

Commit

Permalink
Update Dockerfile (#1)
Browse files Browse the repository at this point in the history
* Dockerfile.arm32v7 now use bundled files from docs/

* Dockerfile now use bundled files from docs/
  • Loading branch information
anthonyraymond authored and pratikborsadiya committed Sep 8, 2018
1 parent 086bd13 commit f318965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y aria2 busybox curl unzip \
&& rm -rf /var/lib/apt/lists/*

ADD . /webui-aria2
ADD ./docs /webui-aria2

# gosu install latest
RUN GITHUB_REPO="https://github.com/tianon/gosu" \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ COPY --from=aria2-builder /builds/aria2c/aria2c /usr/bin/
COPY --from=go-builder /builds/goreman/goreman /usr/local/bin/
COPY --from=go-builder /builds/gosu/gosu /usr/local/bin/

ADD . /webui-aria2
ADD ./docs /webui-aria2

RUN groupadd -r aria \
&& useradd -m -r -g aria aria -u 1000 \
Expand Down

0 comments on commit f318965

Please sign in to comment.