Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Feb 2, 2024
1 parent 50a7cdb commit 7ce4b0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linux-amd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ARG UPSTREAM_DIGEST_AMD64
FROM ${UPSTREAM_IMAGE}@${UPSTREAM_DIGEST_AMD64}
EXPOSE 3875
VOLUME ["/cache","/logs"]
ARG IMAGE_STATS
ENV IMAGE_STATS=${IMAGE_STATS}

RUN mkdir "/var/lib/dbus" && ln -s "${CONFIG_DIR}/machine-id" "/var/lib/dbus/machine-id" && \
ln -s "${CONFIG_DIR}/" "${APP_DIR}/.duplicacy-web"
Expand Down
2 changes: 2 additions & 0 deletions linux-arm64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ ARG UPSTREAM_DIGEST_ARM64
FROM ${UPSTREAM_IMAGE}@${UPSTREAM_DIGEST_ARM64}
EXPOSE 3875
VOLUME ["/cache","/logs"]
ARG IMAGE_STATS
ENV IMAGE_STATS=${IMAGE_STATS}

RUN mkdir "/var/lib/dbus" && ln -s "${CONFIG_DIR}/machine-id" "/var/lib/dbus/machine-id" && \
ln -s "${CONFIG_DIR}/" "${APP_DIR}/.duplicacy-web"
Expand Down

0 comments on commit 7ce4b0b

Please sign in to comment.