Skip to content

Commit

Permalink
test docker
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 8, 2023
1 parent 78beaed commit 3d0b5f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/apphub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ ENV websoft9_artifact="https://w9artifact.blob.core.windows.net/release/websoft9
ENV library_repo="https://github.com/Websoft9/docker-library"
ENV source_github_pages="https://websoft9.github.io/websoft9"

COPY media.zip /websoft9

RUN apt update && apt install -y --no-install-recommends curl git jq cron iproute2 supervisor rsync wget unzip zip && \
git clone --depth=1 $library_repo && \
mv docker-library w9library && \
rm -rf w9library/.github && \
unzip media.zip
ls -la

# supervisor
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
Expand Down

0 comments on commit 3d0b5f6

Please sign in to comment.